Skip to content

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

NameValueDescription
stIn0The button is not pressed, the mouse is over the button.
stNotIn1The button is not pressed, the mouse is outside the button.
stClick2The button is pressed.