New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:dropPositionDocumentPositiondeleteSelectionbool

Properties

C#
public bool DeleteSelection { get; set; }
C#
public DocumentPosition DropPosition { get; set; }