Class ChangeLayoutModeCommand
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 ChangeLayoutModeCommand : RichTextBoxCommandBase, ICommand
  Constructors
ChangeLayoutModeCommand(RadRichTextBox)
Properties
CanExecuteBehaviorInProtectedDocument
Declaration
protected override CanExecuteBehaviorInProtectedDocument CanExecuteBehaviorInProtectedDocument { get; }
  Property Value
| 
        CanExecuteBehaviorInProtectedDocument
         
  | 
    
Overrides
CanExecuteInReadOnlyRange
Declaration
protected override bool CanExecuteInReadOnlyRange { get; }
  Property Value
| 
        System.Boolean
         
  | 
    
Overrides
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
  Parameters
| 
        System.Object
        parameter
         
  | 
    
Overrides
OnLayoutModeChanged(DocumentLayoutMode, DocumentLayoutMode)
Declaration
protected virtual void OnLayoutModeChanged(DocumentLayoutMode oldValue, DocumentLayoutMode newValue)
  Parameters
| 
        DocumentLayoutMode
        oldValue
         
  | 
    
| 
        DocumentLayoutMode
        newValue
         
  | 
    
UpdateSpanStyle()
Declaration
protected override void UpdateSpanStyle()
  Overrides
Events
LayoutModeChanged
Declaration
public event EventHandler<StylePropertyChangedEventArgs<DocumentLayoutMode>> LayoutModeChanged
  Event Type
| 
        System.EventHandler<StylePropertyChangedEventArgs<DocumentLayoutMode>>
         
  |