Enum
ChangeFormatPainterStateCommandParameter

Describes the possible parameters of the ChangeFormatPainterStateCommand.

Definition

Namespace:Telerik.Windows.Documents.RichTextBoxCommands

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public enum ChangeFormatPainterStateCommandParameter

Fields

Cancel

The format painter will cancel pasting.

Declaration

cs-api-definition
Cancel = 2

Field Value

ChangeFormatPainterStateCommandParameter

CopyForMultiplePaste

The format painter will copy the current formatting and prepare to paste it in multiple places.

Declaration

cs-api-definition
CopyForMultiplePaste = 1

Field Value

ChangeFormatPainterStateCommandParameter

CopyForSinglePaste

The format painter will copy the current formatting and prepare to paste it once.

Declaration

cs-api-definition
CopyForSinglePaste = 0

Field Value

ChangeFormatPainterStateCommandParameter