New to Telerik UI for WPFStart a free 30-day trial

Represents the base command for manipulating field range starts in a RichTextBox.

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Type Parameters:

T

The type of the field range start command.

Syntax:

C#
public abstract class FieldRangeStartBaseCommandBase<T> : RichTextBoxCommandBase, ICommand where T : FieldRangeStartBase

Inheritance: objectRichTextBoxCommandBaseFieldRangeStartBaseCommandBase<T>

Derived Classes: CopyHyperlinkCommandOpenHyperlinkCommandRemoveHyperlinkCommandSelectHyperlinkCommandToggleFieldDisplayModeCommandUpdateFieldCommand...

Implements: ICommand

Inherited Members RichTextBoxCommandBase.CanExecute(object)RichTextBoxCommandBase.Execute()RichTextBoxCommandBase.Execute(object)RichTextBoxCommandBase.GetSelectedInlineOrSelectCurrent()RichTextBoxCommandBase.Execute(object, bool)RichTextBoxCommandBase.ExecuteOverride(object)RichTextBoxCommandBase.UpdateSpanStyle()RichTextBoxCommandBase.UpdateSectionStyle()RichTextBoxCommandBase.GetCurrentParagraphStyle()RichTextBoxCommandBase.GetCurrentSpanStyle()RichTextBoxCommandBase.GetCurrentSectionStyle()RichTextBoxCommandBase.OnCanExecuteChanged()RichTextBoxCommandBase.AssociatedRichTextBoxRichTextBoxCommandBase.CanExecuteInReadOnlyModeRichTextBoxCommandBase.CanExecuteInReadOnlyRangeRichTextBoxCommandBase.IsDeletingCommandRichTextBoxCommandBase.CanExecuteBehaviorInProtectedDocumentRichTextBoxCommandBase.ShouldFocusCaretAfterExecuteRichTextBoxCommandBase.SupportedTargetsRichTextBoxCommandBase.EnabledRichTextBoxCommandBase.CanExecuteChanged...

Constructors

C#
protected FieldRangeStartBaseCommandBase(RadRichTextBox editor)
Parameters:editorRadRichTextBox

Methods

Performs a check whether the command can be executed specific to the command.

C#
protected override bool CanExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Returns:

bool

Overrides: RichTextBoxCommandBase.CanExecuteOverride(object)

C#
protected T GetCurrentInnerFieldRangeStart()
Returns:

T

C#
protected T GetCurrentOuterFieldRangeStart()
Returns:

T