RadControls for WinForms

Defines the click modes.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
public enum ClickMode
Visual Basic
Public Enumeration ClickMode

Members

Member nameValueDescription
Release0 Indicates that the mouse is released.
Press1 Indicates that the mouse is pressed.
Hover2 Indicates that the mouse hovers.

See Also