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




The following tables list the members exposed by Tool.

Public Constructors

 NameDescription
Public ConstructorTool ConstructorOverloaded.  Constructor.  
Top

Public Properties

 NameDescription
Public PropertyBuddyItem The toolbar item with which this one works. (Inherited from InteractiveToolbarItem)
Public PropertyClientAction Javascript action to invoke on the client-side. Required for a Tool. Optional for Command and DropDownBox. (Inherited from InteractiveToolbarItem)
Public PropertyConfiguration The configuration specific to this toolbar item. (Inherited from InteractiveToolbarItem)
Public PropertyCursorThe name of the cursor to display when using the toolbar item with the map or layout. If not specified, the cursor is automatically set based on the client action (crosshair for DragRectangle action, pointer for Point action, etc.). Note that the default tools in the Toolbar (ZoomIn, etc.) do not specify a cursor, instead using the default cursor for the client action.

If set, the value may be any valid CSS value for cursor, such as crosshair, pointer, move, or text.  

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. (Inherited from InteractiveImageToolbarItem)
Public PropertyDisabled Indicates whether the ToolbarItem is disabled. (Inherited from InteractiveToolbarItem)
Public PropertyDisabledImage The image URL for this ToolbarItem when it is disabled. Only applicable when ToolbarStyle is ImageOnly or ImageAndText. (Inherited from InteractiveImageToolbarItem)
Public PropertyEnablePostBack Indicates whether the tool item causes a complete postback to the server, refreshing the whole page. (Inherited from InteractiveToolbarItem)
Public PropertyHoverImage The image URL for this ToolbarItem when it is hovered upon. Only applicable when ToolbarStyle is ImageOnly or ImageAndText. (Inherited from InteractiveImageToolbarItem)
Public PropertyIsClientActionCustomIndicates whether the client tool action is a custom client tool action. (Inherited from InteractiveToolbarItem)
Public PropertyJavaScriptFile Javascript file to include, for implementing a custom client-side action for a toolbar item. (Inherited from InteractiveToolbarItem)
Public PropertyName Name of the Tool or Command. Must be unique on all Toolbars within a toolbar group. (Inherited from InteractiveToolbarItem)
Public PropertyParentThe Toolbar to which this toolbar item belongs. (Inherited from InteractiveToolbarItem)
Public PropertySelectedImage The image URL for this ToolbarItem when it is selected. Only applicable when ToolbarStyle is ImageOnly or ImageAndText. (Inherited from InteractiveImageToolbarItem)
Public PropertyServerActionAssembly Fully qualified display name of the assembly containing the server action. (Inherited from InteractiveToolbarItem)
Public PropertyServerActionClass The System.Type of the server action class including namespace. (Inherited from InteractiveToolbarItem)
Public PropertyShowLoading Whether to show the loading image on postback. (Inherited from InteractiveToolbarItem)
Public PropertyText The text for this ToolbarItem. Only applicable when the ToolbarStyle is TextOnly or ImageAndText. (Inherited from InteractiveImageToolbarItem)
Public PropertyToolTip The tool tip for this ToolbarItem. (Inherited from InteractiveToolbarItem)
Public PropertyTypeReturns the Type of the class as a string. (Inherited from InteractiveToolbarItem)
Public PropertyVisibleWhether to display the toolbar item. (Inherited from InteractiveToolbarItem)
Top

Protected Properties

 NameDescription
Protected PropertyViewState The ViewState. (Inherited from InteractiveToolbarItem)
Top

Protected Methods

 NameDescription
Protected MethodLoadFromHashtableOverridden. LoadFromHashtable  
Protected MethodRenderOverridden.  Renders the tool's HTML to the input StringBuilder.  
Protected MethodSaveToHashtableOverridden. SaveToHashtable  
Top

See Also

© 2010 All Rights Reserved.