Class ShowParagraphPropertiesDialogCommand
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ShowParagraphPropertiesDialogCommand : RichTextBoxCommandBase, ICommand
Constructors
ShowParagraphPropertiesDialogCommand(RadRichTextBox)
Declaration
public ShowParagraphPropertiesDialogCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
|
Properties
ShouldFocusCaretAfterExecute
Declaration
protected override bool ShouldFocusCaretAfterExecute { get; }
Property Value
System.Boolean
|
Overrides
Methods
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|