Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ChangeParagraphFlowDirectionCommand : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeParagraphFlowDirectionCommand
Implements:
Inherited Members
Constructors
C#
public ChangeParagraphFlowDirectionCommand(RadRichTextBox editor)
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides:
C#
public StylePropertyChangedEventArgs<FlowDirection?> GetEventArgs()
C#
protected virtual void OnFlowDirectionChanged(StylePropertyChangedEventArgs<FlowDirection?> e)
C#
public static bool TryConvertCommandParameter(object commandParameter, out FlowDirection flowDirection)
C#
protected override void UpdateSpanStyle()
Overrides:
Events
C#
public event EventHandler<StylePropertyChangedEventArgs<FlowDirection?>> FlowDirectionChanged