Class ToggleTrackChangesCommand
Represents a command that toggles the track changes feature in a RichTextBox. This allows users to enable or disable the tracking of changes made to the document.
Inherited Members
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ToggleTrackChangesCommand : ToggleCommandBase, ICommand
Constructors
ToggleTrackChangesCommand(RadRichTextBox)
Declaration
public ToggleTrackChangesCommand(RadRichTextBox editor)
Parameters
RadRichTextBox
editor
|
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
|
Overrides
GetToggleState()
Declaration
protected override bool GetToggleState()
Returns
System.Boolean
|