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.

Public Methods

 NameDescription
Public MethodDeactivate This method is called when the tool becomes inactive.  
Public MethodOnClick Called when the user clicks a command. (Inherited from BaseCommand)
Public MethodOnContextMenu This method is called when the context menu event is raised at the given location.  
Public MethodOnCreate Called when the command is created inside the application. (Inherited from BaseCommand)
Public MethodOnDblClick This method is called when the mouse is double-clicked when the tool is active.  
Public MethodOnKeyDown This method is called when a key is pressed down, when this tool is active.  
Public MethodOnKeyUp This method is called when a key is released, when this tool is active.  
Public MethodOnMouseDown This method is called when a mouse button is pressed down, when this tool is active.  
Public MethodOnMouseMove This method is called when the mouse is moved while a mouse button is pressed down, when this tool is active.  
Public MethodOnMouseUp This method is called when a mouse button is released, when this tool is active.  
Public MethodRefresh This method is called when a screen display in the application is refreshed, if the tool is active in that display.  
Public MethodUpdateBitmapChanges 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 BaseCommand)
Top

Protected Methods

 NameDescription
Protected MethodFinalize Destructor. Cleans up GDI resources used by the BaseCommand. (Inherited from BaseCommand)
Top

See Also

© 2010 All Rights Reserved.