Class ShowSectionColumnsDialogCommand
The command which when executed, shows the SectionColumnDialog.
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ShowSectionColumnsDialogCommand : RichTextBoxCommandBase, ICommand
Constructors
ShowSectionColumnsDialogCommand(RadRichTextBox)
Initializes a new instance of the Show
Declaration
public ShowSectionColumnsDialogCommand(RadRichTextBox editor)
Parameters
Rad The RadRichTextBox which the SectionColumnDialog belongs. |
Properties
ShouldFocusCaretAfterExecute
Declaration
protected override bool ShouldFocusCaretAfterExecute { get; }
Property Value
System.
|
Overrides
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.
|