Represents selection behavior for extended mode.
Definition
Namespace:Telerik.Windows.Controls.Primitives
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public sealed class ExtendedSelectionBehavior : ISelectionBehavior
Inheritance: objectExtendedSelectionBehavior
Implements:
Constructors
Initializes a new instance of the ExtendedSelectionBehavior class.
C#
public ExtendedSelectionBehavior()
Initializes a new instance of the ExtendedSelectionBehavior class.
C#
public ExtendedSelectionBehavior(KeyboardModifiersState state)
Methods
Gets the state of the keyboard modifiers.
C#
public KeyboardModifiersState GetKeyboardModifiersState()
Implements: