MacButton.MState enum
Represents the possible states of the button.
public enum Korzh.EasyQuery.WinForms.MacButton.MState : Enum
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Name | Value | Description |
---|---|---|
stIn | 0 | The button is not pressed, the mouse is over the button. |
stNotIn | 1 | The button is not pressed, the mouse is outside the button. |
stClick | 2 | The button is pressed. |