Class MoveSelectionCommandParameter
This class contains information used in the MoveSelectionCommand.
Inheritance
System.Object
MoveSelectionCommandParameter
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class MoveSelectionCommandParameter : Object
Constructors
MoveSelectionCommandParameter(DocumentPosition, Boolean)
Declaration
public MoveSelectionCommandParameter(DocumentPosition dropPosition, bool deleteSelection)
Parameters
DocumentPosition
dropPosition
|
System.Boolean
deleteSelection
|
Properties
DeleteSelection
Gets a value that shows if the current selection should be deleted.
Declaration
public bool DeleteSelection { get; }
Property Value
System.Boolean
|
DropPosition
Gets the current drop position.
Declaration
public DocumentPosition DropPosition { get; }
Property Value
DocumentPosition
|