Class SelectionMouseButton
Defines which mouse button should be used for selection.
Inheritance
System.Object
SelectionMouseButton
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public sealed class SelectionMouseButton : Enum
Fields
Left
Denotes that selection will be performed on pressing the left mouse button.
Declaration
public const SelectionMouseButton Left
Field Value
SelectionMouseButton
|
Right
Denotes hat selection will be performed on pressing the right mouse button.
Declaration
public const SelectionMouseButton Right
Field Value
SelectionMouseButton
|
value__
Declaration
public int value__
Field Value
System.Int32
|