Enum UserControl.ClickTriggerKind
Specifies the mouse event that triggers the click action of a control.
public enum UserControl.ClickTriggerKind
Fields
MouseDown = 1The click method is called during the MouseDown event.
MouseUp = 0The click method is called during the MouseUp event.
None = 2The click method is not called automatically.