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

Definition

Constructors

C#
public ToggleHeaderFooterLinkToPreviousCommand(RadRichTextBox radRichTextBox)
Parameters:radRichTextBoxRadRichTextBox

Properties

Gets the supported CommandTargets for the command.

C#
protected override CommandTargets SupportedTargets { get; }

Overrides: RichTextBoxCommandBase.SupportedTargets

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)

Performs the execute action specific to the command.

C#
protected override void ExecuteOverride(object parameter)
Parameters:parameterobject

The command parameter.

Overrides: RichTextBoxCommandBase.ExecuteOverride(object)

C#
protected override bool GetToggleState()
Returns:

bool

Overrides: ToggleCommandBase.GetToggleState()

C#
protected override void UpdateSpanStyle()

Overrides: ToggleCommandBase.UpdateSpanStyle()