Definition
Namespace:Telerik.WinForms.Documents.RichTextBoxCommands
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
C#
public class ChangeSectionHeaderTopMarginCommand : ChangeSectionHeaderFooterMarginBase, ICommand
Inheritance: objectRichTextBoxCommandBaseChangeSectionHeaderFooterMarginBaseChangeSectionHeaderTopMarginCommand
Implements:
Inherited Members
Constructors
C#
public ChangeSectionHeaderTopMarginCommand(RadRichTextBox radRichTextBox)
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:
Methods
Performs the execute action specific to the command.
C#
protected override void ExecuteOverride(object parameter)
The command parameter.
Overrides:
C#
protected override void UpdateSectionStyle()
Overrides:
C#
protected override void UpdateSpanStyle()
Overrides: