ActionRequest Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The types of actions that can be taken at the end of a MouseAction event.
public enum class ActionRequest
public enum ActionRequest
type ActionRequest =
Public Enum ActionRequest
- Inheritance
-
ActionRequest
Fields
Name | Value | Description |
---|---|---|
CompleteAction | 0 | Request to complete the mouse action successfully; User is done with the mouse action. |
CancelAction | 1 | Request to cancel the mouse action altogether. |
ContinueAction | 2 | Request to continue with the mouse action. |