Class
ToggleFieldDisplayModeCommand

Represents a command that toggles the display mode of fields within the RichTextBox.

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class ToggleFieldDisplayModeCommand : FieldRangeStartBaseCommandBase<FieldRangeStart>, ICommand

Inheritance: objectRichTextBoxCommandBaseFieldRangeStartBaseCommandBase<FieldRangeStart>ToggleFieldDisplayModeCommand

Implements: ICommand

Inherited Members FieldRangeStartBaseCommandBase<FieldRangeStart>.CanExecuteOverride(object)FieldRangeStartBaseCommandBase<FieldRangeStart>.GetCurrentInnerFieldRangeStart()FieldRangeStartBaseCommandBase<FieldRangeStart>.GetCurrentOuterFieldRangeStart()RichTextBoxCommandBase.CanExecute(object)RichTextBoxCommandBase.Execute()RichTextBoxCommandBase.Execute(object)RichTextBoxCommandBase.GetSelectedInlineOrSelectCurrent()RichTextBoxCommandBase.Execute(object, bool)RichTextBoxCommandBase.UpdateSpanStyle()RichTextBoxCommandBase.UpdateSectionStyle()RichTextBoxCommandBase.GetCurrentParagraphStyle()RichTextBoxCommandBase.GetCurrentSpanStyle()RichTextBoxCommandBase.GetCurrentSectionStyle()RichTextBoxCommandBase.OnCanExecuteChanged()RichTextBoxCommandBase.AssociatedRichTextBoxRichTextBoxCommandBase.CanExecuteInReadOnlyModeRichTextBoxCommandBase.CanExecuteInReadOnlyRangeRichTextBoxCommandBase.CanExecuteBehaviorInProtectedDocumentRichTextBoxCommandBase.ShouldFocusCaretAfterExecuteRichTextBoxCommandBase.SupportedTargetsRichTextBoxCommandBase.EnabledRichTextBoxCommandBase.CanExecuteChanged

Constructors

ToggleFieldDisplayModeCommand(RadRichTextBox)

Declaration

cs-api-definition
public ToggleFieldDisplayModeCommand(RadRichTextBox editor)

Parameters

editor

RadRichTextBox

Properties

IsDeletingCommand

Declaration

cs-api-definition
protected override bool IsDeletingCommand { get; }

Property Value

bool

Overrides RichTextBoxCommandBase.IsDeletingCommand

Methods

ExecuteOverride(object)

Performs the execute action specific to the command.

Declaration

cs-api-definition
protected override void ExecuteOverride(object parameter)

Parameters

parameter

object

The command parameter.

Overrides RichTextBoxCommandBase.ExecuteOverride(object)