Class
InsertPageBreakCommand

Represents a command that inserts a page break in the rich text box.

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public class InsertPageBreakCommand : RichTextBoxCommandBase, ICommand

Inheritance: objectRichTextBoxCommandBaseInsertPageBreakCommand

Implements: ICommand

Inherited Members RichTextBoxCommandBase.CanExecute(object)RichTextBoxCommandBase.CanExecuteOverride(object)RichTextBoxCommandBase.Execute()RichTextBoxCommandBase.Execute(object)RichTextBoxCommandBase.GetSelectedInlineOrSelectCurrent()RichTextBoxCommandBase.Execute(object, bool)RichTextBoxCommandBase.UpdateSpanStyle()RichTextBoxCommandBase.UpdateSectionStyle()RichTextBoxCommandBase.GetCurrentParagraphStyle()RichTextBoxCommandBase.GetCurrentSpanStyle()RichTextBoxCommandBase.GetCurrentSectionStyle()RichTextBoxCommandBase.OnCanExecuteChanged()RichTextBoxCommandBase.AssociatedRichTextBoxRichTextBoxCommandBase.CanExecuteInReadOnlyModeRichTextBoxCommandBase.CanExecuteInReadOnlyRangeRichTextBoxCommandBase.CanExecuteBehaviorInProtectedDocumentRichTextBoxCommandBase.ShouldFocusCaretAfterExecuteRichTextBoxCommandBase.EnabledRichTextBoxCommandBase.CanExecuteChanged

Constructors

InsertPageBreakCommand(RadRichTextBox)

Declaration

cs-api-definition
public InsertPageBreakCommand(RadRichTextBox editor)

Parameters

editor

RadRichTextBox

Properties

IsDeletingCommand

Declaration

cs-api-definition
protected override bool IsDeletingCommand { get; }

Property Value

bool

Overrides RichTextBoxCommandBase.IsDeletingCommand

SupportedTargets

Gets the supported CommandTargets for the command.

Declaration

cs-api-definition
protected override CommandTargets SupportedTargets { get; }

Property Value

CommandTargets

Overrides RichTextBoxCommandBase.SupportedTargets

Methods

ExecuteOverride(object)

Performs the execute action specific to the command.

Declaration

cs-api-definition
protected override void ExecuteOverride(object parameter)

Parameters

parameter

object

The command parameter.

Overrides RichTextBoxCommandBase.ExecuteOverride(object)