Provides access to members for manipulating message queue and keeping track of cancellation.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server. Requires 3D Analyst Extension.
Members
|
|
Description |
|
Cancelled |
Indicates if a cancel action has been conducted. |
|
CancelOnClick |
Indicates if a mouse click is seen as a cancel action. |
|
CancelOnEscPress |
Indicates if pressing the escape key is seen as a cancel action. |
|
Dispatch |
Dispatchs messages associated with the window. |
|
Remove |
Removes messages associated with the window. |
CoClasses that implement IMessageDispatcher
CoClasses and Classes |
Description |
MessageDispatcher |
A mechanism for manipulating message queue. |
.NET Samples
Globe Fly tool (Code Files:
Fly) |
Custom scene navigation commands (Code Files:
Fly Navigate)