ESRI.ArcGIS.ADF.Local | |
BaseTool Class Methods | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.BaseClasses Namespace : BaseTool Class |
For a list of all members of this type, see BaseTool members.
Name | Description | |
---|---|---|
Deactivate | This method is called when the tool becomes inactive. | |
OnClick | Called when the user clicks a command. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand) | |
OnContextMenu | This method is called when the context menu event is raised at the given location. | |
OnCreate | Called when the command is created inside the application. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand) | |
OnDblClick | This method is called when the mouse is double-clicked when the tool is active. | |
OnKeyDown | This method is called when a key is pressed down, when this tool is active. | |
OnKeyUp | This method is called when a key is released, when this tool is active. | |
OnMouseDown | This method is called when a mouse button is pressed down, when this tool is active. | |
OnMouseMove | This method is called when the mouse is moved while a mouse button is pressed down, when this tool is active. | |
OnMouseUp | This method is called when a mouse button is released, when this tool is active. | |
Refresh | This method is called when a screen display in the application is refreshed, if the tool is active in that display. | |
UpdateBitmap | Changes the Bitmap for the command. Call this method to update the icon used for the command at runtime, after the command has already been instantiated. (Inherited from ESRI.ArcGIS.ADF.BaseClasses.BaseCommand) |