This class contains information used in the MoveSelectionCommand.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public class MoveSelectionCommandParameter
Inheritance: objectMoveSelectionCommandParameter
Constructors
C#
public MoveSelectionCommandParameter(DocumentPosition dropPosition, bool deleteSelection)
Properties
Gets a value that shows if the current selection should be deleted.
C#
public bool DeleteSelection { get; }
Gets the current drop position.
C#
public DocumentPosition DropPosition { get; }