Class ChangeParagraphFlowDirectionCommand
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 ChangeParagraphFlowDirectionCommand : RichTextBoxCommandBase, ICommand
  Constructors
ChangeParagraphFlowDirectionCommand(RadRichTextBox)
Declaration
public ChangeParagraphFlowDirectionCommand(RadRichTextBox editor)
  Parameters
| 
        RadRichTextBox
        editor
         
  | 
    
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
  Parameters
| 
        System.Object
        parameter
         
  | 
    
Overrides
GetEventArgs()
Declaration
public StylePropertyChangedEventArgs<FlowDirection? > GetEventArgs()
  Returns
| 
        StylePropertyChangedEventArgs<System.Nullable<FlowDirection>>
         
  | 
    
OnFlowDirectionChanged(StylePropertyChangedEventArgs<Nullable<FlowDirection>>)
Declaration
protected virtual void OnFlowDirectionChanged(StylePropertyChangedEventArgs<FlowDirection? > e)
  Parameters
| 
        StylePropertyChangedEventArgs<System.Nullable<FlowDirection>>
        e
         
  | 
    
TryConvertCommandParameter(Object, out FlowDirection)
Declaration
public static bool TryConvertCommandParameter(object commandParameter, out FlowDirection flowDirection)
  Parameters
| 
        System.Object
        commandParameter
         
  | 
    
| 
        FlowDirection
        flowDirection
         
  | 
    
Returns
| 
        System.Boolean
         
  | 
    
UpdateSpanStyle()
Declaration
protected override void UpdateSpanStyle()
  Overrides
Events
FlowDirectionChanged
Declaration
public event EventHandler<StylePropertyChangedEventArgs<FlowDirection? >> FlowDirectionChanged
  Event Type
| 
        System.EventHandler<StylePropertyChangedEventArgs<System.Nullable<FlowDirection>>>
         
  |