Class ToggleDifferentOddAndEvenPagesHeaderFooterCommand
Inheritance
System.Object
ToggleDifferentOddAndEvenPagesHeaderFooterCommand
Assembly: Telerik.Windows.Documents.dll
Syntax
public class ToggleDifferentOddAndEvenPagesHeaderFooterCommand : ToggleCommandBase, ICommand
Constructors
Declaration
public ToggleDifferentOddAndEvenPagesHeaderFooterCommand(RadRichTextBox radRichTextBox)
Parameters
Properties
Declaration
protected override CanExecuteBehaviorInProtectedDocument CanExecuteBehaviorInProtectedDocument { get; }
Property Value
Overrides
Declaration
protected override bool CanExecuteInReadOnlyRange { get; }
Property Value
Overrides
Methods
Declaration
protected override void ExecuteOverride(object parameter)
Parameters
Overrides
Declaration
protected override bool GetToggleState()
Returns
Overrides
Declaration
protected override void UpdateSectionStyle()
Overrides
Extension Methods