Class MoveSelectionCommandParameter
This class contains information used in the MoveSelectionCommand.
Inheritance
System.Object
    MoveSelectionCommandParameter
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.WinForms.Documents.RichTextBoxCommands
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class MoveSelectionCommandParameter
  Constructors
MoveSelectionCommandParameter(DocumentPosition, Boolean)
Declaration
public MoveSelectionCommandParameter(DocumentPosition dropPosition, bool deleteSelection)
  Parameters
| 
        DocumentPosition
        dropPosition
         
  | 
    
| 
        System.Boolean
        deleteSelection
         
  | 
    
Properties
DeleteSelection
Declaration
public bool DeleteSelection { get; set; }
  Property Value
| 
        System.Boolean
         
  |