Class TableCellContentAlignmentCommand
Inheritance
System.Object
    
    
    TableCellContentAlignmentCommand
  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 TableCellContentAlignmentCommand : TableContextCommandBase, ICommand
  Constructors
TableCellContentAlignmentCommand(RadRichTextBox)
Declaration
public TableCellContentAlignmentCommand(RadRichTextBox editor)
  Parameters
| 
        RadRichTextBox
        editor
         
  | 
    
Properties
IsTableSelectionEnabledCommand
Declaration
protected override bool IsTableSelectionEnabledCommand { get; }
  Property Value
| 
        System.Boolean
         
  | 
    
Overrides
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
  Parameters
| 
        System.Object
        parameter
         
  | 
    
Overrides
GetEventArgs()
Declaration
public StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter> GetEventArgs()
  Returns
| 
        StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter>
         
  | 
    
OnCellContentAlignmentChanged(StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter>)
Declaration
protected virtual void OnCellContentAlignmentChanged(StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter> e)
  Parameters
| 
        StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter>
        e
         
  | 
    
TryConvertCommandParameter(Object, out RadTextAlignment, out RadVerticalAlignment)
Declaration
public static bool TryConvertCommandParameter(object commandParameter, out RadTextAlignment textAlignment, out RadVerticalAlignment verticalAlignment)
  Parameters
| 
        System.Object
        commandParameter
         
  | 
    
| 
        RadTextAlignment
        textAlignment
         
  | 
    
| 
        RadVerticalAlignment
        verticalAlignment
         
  | 
    
Returns
| 
        System.Boolean
         
  | 
    
UpdateSpanStyle()
Declaration
protected override void UpdateSpanStyle()
  Overrides
Events
CellContentAlignmentChanged
Declaration
public event EventHandler<StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter>> CellContentAlignmentChanged
  Event Type
| 
        System.EventHandler<StylePropertyChangedEventArgs<TableCellContentAlignmentCommandParameter>>
         
  |