EnumChangeFormatPainterStateCommandParameter
Enum
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.
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
CopyForSinglePaste
The format painter will copy the current formatting and prepare to paste it once.
Declaration
cs-api-definition
CopyForSinglePaste = 0
Field Value