Class EditFooterCommand
Represents a command that activates the footer editing mode.
Inheritance
System.Object
EditFooterCommand
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()
Assembly: Telerik.WinControls.RichTextEditor.dll
Syntax
public class EditFooterCommand : RichTextBoxCommandBase, ICommand
Constructors
Declaration
public EditFooterCommand(RadRichTextBox editor)
Parameters
Properties
Gets a value indicating whether the behavior of the command can be executed in a protected document.
Declaration
protected override CanExecuteBehaviorInProtectedDocument CanExecuteBehaviorInProtectedDocument { get; }
Property Value
Overrides
Gets a value indicating whether this command can be executed when RadRichTextBox is read-only. The default implementation returns true.
Declaration
protected override bool CanExecuteInReadOnlyMode { get; }
Property Value
System.Boolean
true if this command preserves document's content; otherwise, false .
|
Overrides
Gets a value indicating whether this command can be executed when editing context is read-only.
Declaration
protected override bool CanExecuteInReadOnlyRange { get; }
Property Value
Overrides
Declaration
protected override CommandTargets SupportedTargets { get; }
Property Value
Overrides
Methods
Performs the execute action specific to the command.
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
System.Object
parameter
The command parameter.
|
Overrides
Extension Methods