This class contains information used in the MoveSelectionCommand.
Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class MoveSelectionCommandParameter
Inheritance: objectMoveSelectionCommandParameter
Constructors
C#
public MoveSelectionCommandParameter(DocumentPosition dropPosition, bool deleteSelection)
Properties
C#
public bool DeleteSelection { get; set; }
C#
public DocumentPosition DropPosition { get; set; }