ActionRequest Enum

Definition

The types of actions that can be taken at the end of a MouseAction event.

C++
public enum class 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.

Applies to

Product Versions
Visual Studio SDK 2017, 2019, 2022