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

Definition

Constructors

C#
public ChangeParagraphFlowDirectionCommand(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Methods

Performs the execute action specific to the command.

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Overrides: RichTextBoxCommandBase.ExecuteOverride(object)

C#
public StylePropertyChangedEventArgs<FlowDirection?> GetEventArgs()
Returns:

StylePropertyChangedEventArgs<FlowDirection?>

C#
protected virtual void OnFlowDirectionChanged(StylePropertyChangedEventArgs<FlowDirection?> e)
Parameters:eStylePropertyChangedEventArgs<FlowDirection?>
C#
public static bool TryConvertCommandParameter(object commandParameter, out FlowDirection flowDirection)
Parameters:commandParameterobjectflowDirectionFlowDirectionReturns:

bool

C#
protected override void UpdateSpanStyle()

Overrides: RichTextBoxCommandBase.UpdateSpanStyle()

Events

C#
public event EventHandler<StylePropertyChangedEventArgs<FlowDirection?>> FlowDirectionChanged