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

Describes the possible parameters of the ChangeFormatPainterStateCommand.

Definition

Namespace:Telerik.WinForms.Documents.RichTextBoxCommands

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public enum ChangeFormatPainterStateCommandParameter

Fields

The format painter will cancel pasting.

C#
Cancel = 2

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

C#
CopyForMultiplePaste = 1

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

C#
CopyForSinglePaste = 0