Class SelectionMouseState
Specifies the which mouse button is pressed.
Inheritance
System.Object
SelectionMouseState
Namespace: Telerik.Windows.Controls.Primitives
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class SelectionMouseState : Enum
Fields
Left
The left mouse button.
Declaration
public const SelectionMouseState Left
Field Value
SelectionMouseState
|
Right
The right mouse button.
Declaration
public const SelectionMouseState Right
Field Value
SelectionMouseState
|
value__
Declaration
public int value__
Field Value
System.Int32
|