Table of Contents

Enum UserControl.ClickTriggerKind

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies the mouse event that triggers the click action of a control.

public enum UserControl.ClickTriggerKind

Fields

MouseDown = 1

The click method is called during the MouseDown event.

MouseUp = 0

The click method is called during the MouseUp event.

None = 2

The click method is not called automatically.