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

Definition

Constructors

C#
public ChangeSectionHeaderTopMarginCommand(RadRichTextBox radRichTextBox)
Parameters:radRichTextBoxRadRichTextBox

Properties

Gets a value indicating whether the behavior of the command can be executed in a protected document.

C#
protected override CanExecuteBehaviorInProtectedDocument CanExecuteBehaviorInProtectedDocument { get; }

Overrides: ChangeSectionHeaderFooterMarginBase.CanExecuteBehaviorInProtectedDocument

Methods

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 void UpdateSectionStyle()

Overrides: RichTextBoxCommandBase.UpdateSectionStyle()

C#
protected override void UpdateSpanStyle()

Overrides: RichTextBoxCommandBase.UpdateSpanStyle()