In This Topic
Specifies a kind of abstract input event state.
Syntax
Members
Member | Description |
Cancel |
Used by tools and object event handling methods to indicate that the
user is no longer interested in completing the mouse gesture command.
|
Continue |
Used by tools and object event handling methods to indicate that the
user is continuing a mouse gesture command.
|
Finish |
Used by tools and object event handling methods to indicate that the
user has finished a mouse gesture command.
|
Start |
Used by tools and object event handling methods to indicate that the
user has started a mouse gesture command.
|
See Also