Method | Description | |
---|---|---|
Deactivate ( ) : bool | ||
OnClick ( ) : void | ||
OnContextMenu ( int x, int y ) : bool | ||
OnCreate ( object hook ) : void | ||
OnDblClick ( ) : void | ||
OnKeyDown ( int keyCode, int shift ) : void | ||
OnKeyUp ( int keyCode, int shift ) : void | ||
OnMouseDown ( int button, int shift, int x, int y ) : void | ||
OnMouseMove ( int button, int shift, int x, int y ) : void | ||
OnMouseUp ( int button, int shift, int x, int y ) : void | ||
Pan ( ) : System | ||
Refresh ( int hdc ) : void |
Method | Description | |
---|---|---|
ArcGISCategoryRegistration ( |
Required method for ArcGIS Component Category registration - Do not modify the contents of this method with the code editor.
|
|
ArcGISCategoryUnregistration ( |
Required method for ArcGIS Component Category unregistration - Do not modify the contents of this method with the code editor.
|
|
DeleteObject ( |
||
RegisterFunction ( |
||
UnregisterFunction ( |
||
getFocusDisplay ( ) : IScreenDisplay |
public OnKeyDown ( int keyCode, int shift ) : void | ||
keyCode | int | |
shift | int | |
return | void |
public OnKeyUp ( int keyCode, int shift ) : void | ||
keyCode | int | |
shift | int | |
return | void |
public OnMouseDown ( int button, int shift, int x, int y ) : void | ||
button | int | |
shift | int | |
x | int | |
y | int | |
return | void |
public OnMouseMove ( int button, int shift, int x, int y ) : void | ||
button | int | |
shift | int | |
x | int | |
y | int | |
return | void |
public OnMouseUp ( int button, int shift, int x, int y ) : void | ||
button | int | |
shift | int | |
x | int | |
y | int | |
return | void |