ActionRequest Enum

Definition

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

CancelAction 1

Request to cancel the mouse action altogether.

CompleteAction 0

Request to complete the mouse action successfully; User is done with the mouse action.

ContinueAction 2

Request to continue with the mouse action.

Applies to