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