The VisualizatorControlState enumeration is used to determine state of a control.
It is used by the following methods:
Value | Brief description |
0 |
ControlStateReleased. The control is released. |
1 |
ControlStateHover. The mouse cursor is hovered over the control. |
2 |
ControlStatePressed. The control is pressed. |
3 |
ControlStateCount. The number of states of the control. |
See also: