Class ShowInsertSymbolWindowCommand
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ShowInsertSymbolWindowCommand : RichTextBoxCommandBase, ICommand
Constructors
ShowInsertSymbolWindowCommand(RadRichTextBox)
Declaration
public ShowInsertSymbolWindowCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
|
Properties
IsDeletingCommand
Declaration
protected override bool IsDeletingCommand { get; }
Property Value
System.Boolean
|
Overrides
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
|