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