ESRI.ArcGIS.ADF.Web.UI.WebControls
InteractiveToolbarItem Class Members
See Also  Properties  Methods 
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : InteractiveToolbarItem Class




The following tables list the members exposed by InteractiveToolbarItem.

Public Properties

 NameDescription
Public PropertyBuddyItem The toolbar item with which this one works.  
Public PropertyClientAction Javascript action to invoke on the client-side. Required for a Tool. Optional for Command and DropDownBox.  
Public PropertyConfiguration The configuration specific to this toolbar item.  
Public PropertyDisabled Indicates whether the ToolbarItem is disabled.  
Public PropertyEnablePostBack Indicates whether the tool item causes a complete postback to the server, refreshing the whole page.  
Public PropertyIsClientActionCustomIndicates whether the client tool action is a custom client tool action.  
Public PropertyJavaScriptFile Javascript file to include, for implementing a custom client-side action for a toolbar item.  
Public PropertyNameOverridden.  Name of the Tool or Command. Must be unique on all Toolbars within a toolbar group.  
Public PropertyParentOverridden. The Toolbar to which this toolbar item belongs.  
Public PropertyServerActionAssembly Fully qualified display name of the assembly containing the server action.  
Public PropertyServerActionClass The System.Type of the server action class including namespace.  
Public PropertyShowLoading Whether to show the loading image on postback.  
Public PropertyToolTip The tool tip for this ToolbarItem.  
Public PropertyTypeReturns the Type of the class as a string.  
Public PropertyVisibleOverridden. Whether to display the toolbar item.  
Top

Protected Properties

 NameDescription
Protected PropertyViewState The ViewState.  
Top

Protected Methods

 NameDescription
Protected MethodLoadFromHashtableOverridden. LoadFromHashtable.  
Protected MethodRenderRenders the toolbar item. (Inherited from ToolbarItem)
Protected MethodSaveToHashtableOverridden. SaveToHashtable.  
Top

See Also

© 2010 All Rights Reserved.