ESRI.ArcGIS.ADF.Web.UI.WebControls
InteractiveImageToolbarItem Class Properties
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : InteractiveImageToolbarItem Class




For a list of all members of this type, see InteractiveImageToolbarItem members.

Public Properties

 NameDescription
public PropertyBuddyItem The toolbar item with which this one works. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyClientAction Javascript action to invoke on the client-side. Required for a Tool. Optional for Command and DropDownBox. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyConfiguration The configuration specific to this toolbar item. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyDefaultImage The image URL for this ToolbarItem when it is not selected, disabled, or hovered upon. Only applicable when ToolbarStyle is ImageOnly or ImageAndText.  
public PropertyDisabled Indicates whether the ToolbarItem is disabled. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyDisabledImage The image URL for this ToolbarItem when it is disabled. Only applicable when ToolbarStyle is ImageOnly or ImageAndText.  
public PropertyEnablePostBack Indicates whether the tool item causes a complete postback to the server, refreshing the whole page. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyHoverImage The image URL for this ToolbarItem when it is hovered upon. Only applicable when ToolbarStyle is ImageOnly or ImageAndText.  
public PropertyIsClientActionCustomIndicates whether the client tool action is a custom client tool action. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyJavaScriptFile Javascript file to include, for implementing a custom client-side action for a toolbar item. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyNameThe name of the ToolbarItem. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarItem)
public PropertyParent The Toolbar to which this item belongs. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarItem)
public PropertySelectedImage The image URL for this ToolbarItem when it is selected. Only applicable when ToolbarStyle is ImageOnly or ImageAndText.  
public PropertyServerActionAssembly Fully qualified display name of the assembly containing the server action. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyServerActionClass The System.Type of the server action class including namespace. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyShowLoading Whether to show the loading image on postback. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyText The text for this ToolbarItem. Only applicable when the ToolbarStyle is TextOnly or ImageAndText.  
public PropertyToolTip The tool tip for this ToolbarItem. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyTypeReturns the Type of the class as a string. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
public PropertyVisible Whether to display the toolbar item. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolbarItem)
Top

Protected Properties

 NameDescription
protected PropertyViewState The ViewState. (Inherited from ESRI.ArcGIS.ADF.Web.UI.WebControls.InteractiveToolbarItem)
Top

See Also

© 2011 All Rights Reserved.