Enum ClickMode
Specifies when the Click event should be raised.
public enum ClickMode
Fields
Press = 0
Specifies that the Click event should be raised as soon as a button is pressed.
Release = 1
Specifies that the Click event should be raised when a button is pressed and released.