Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class TableCellContentAlignmentCommand : TableContextCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseTableContextCommandBaseTableCellContentAlignmentCommand
Implements:
Inherited Members
Constructors
Properties
Gets a value indicating whether command must be enabled when there is selection in table. Default implementation returns false.
C#
protected override bool IsTableSelectionEnabledCommand { get; }
true if the command must be enabled; otherwise, false.
Overrides:
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides:
C#
public StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter> GetEventArgs()
StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter>
C#
protected virtual void OnCellContentAlignmentChanged(StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter> e)
C#
public static bool TryConvertCommandParameter(object commandParameter, out RadTextAlignment textAlignment, out RadVerticalAlignment verticalAlignment)
C#
protected override void UpdateSpanStyle()
Overrides:
Events
C#
public event EventHandler<StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter>> CellContentAlignmentChanged