ClassFieldRangeStartBaseCommandBase<T>
Class
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:
cs-api-definition
public abstract class FieldRangeStartBaseCommandBase<T> : RichTextBoxCommandBase, ICommand where T : FieldRangeStartBase
Inheritance: objectRichTextBoxCommandBaseFieldRangeStartBaseCommandBase<T>
Derived Classes:
Implements:
Inherited Members
Constructors
FieldRangeStartBaseCommandBase(RadRichTextBox)
Declaration
cs-api-definition
protected FieldRangeStartBaseCommandBase(RadRichTextBox editor)
Parameters
editor
Methods
CanExecuteOverride(object)
Performs a check whether the command can be executed specific to the command.
GetCurrentInnerFieldRangeStart()
Declaration
cs-api-definition
protected T GetCurrentInnerFieldRangeStart()
Returns
T
GetCurrentOuterFieldRangeStart()
Declaration
cs-api-definition
protected T GetCurrentOuterFieldRangeStart()
Returns
T