Show / Hide Table of Contents

Enum ClickMode

Specifies when the Click event should be raised for a control.

Namespace: System.Windows.Controls
Assembly: OpenSilver.dll
Syntax
public enum ClickMode

Fields

Name Description
Hover

Specifies that the Click event should be raised when the mouse pointer moves over the control.

Press

Specifies that the Click event should be raised when the mouse button is pressed and the mouse pointer is over the control.

Release

Specifies that the Click event should be raised when the left mouse button is pressed and released, and the mouse pointer is over the control.

  • Improve this Doc
  • View Source