Class ShowCodeFormattingDialogCommand
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 ShowCodeFormattingDialogCommand : RichTextBoxCommandBase, ICommand
Constructors
ShowCodeFormattingDialogCommand(RadRichTextBox)
Declaration
public ShowCodeFormattingDialogCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
|
Properties
CanExecuteInReadOnlyRange
Declaration
protected override bool CanExecuteInReadOnlyRange { get; }
Property Value
System.Boolean
|
Overrides
IsDeletingCommand
Declaration
protected override bool IsDeletingCommand { get; }
Property Value
System.Boolean
|
Overrides
Methods
CanExecuteOverride(Object)
Declaration
protected override bool CanExecuteOverride(object parameter)
Parameters
System.Object
parameter
|
Returns
System.Boolean
|
Overrides
ExecuteOverride(Object)
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
|