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

Definition

Constructors

C#
public ChangeSectionHeaderFooterMarginBase(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: RichTextBoxCommandBase.CanExecuteBehaviorInProtectedDocument

Gets a value indicating whether this command can be executed when editing context is read-only. The default implementation returns false.

C#
protected override bool CanExecuteInReadOnlyRange { get; }

Overrides: RichTextBoxCommandBase.CanExecuteInReadOnlyRange

C#
protected override bool ShouldFocusCaretAfterExecute { get; }

Overrides: RichTextBoxCommandBase.ShouldFocusCaretAfterExecute

Methods

C#
protected virtual void OnHeaderFooterMarginChanged(StylePropertyChangedEventArgs<int> e)
Parameters:eStylePropertyChangedEventArgs<int>

Events

C#
public event EventHandler<StylePropertyChangedEventArgs<int>> HeaderFooterMarginChanged