Class ChangeFormatPainterStateCommandParameter
Describes the possible parameters of the Change
Inheritance
System.Object
ChangeFormatPainterStateCommandParameter
Namespace: Telerik.Windows.Documents.RichTextBoxCommands
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public sealed class ChangeFormatPainterStateCommandParameter : Enum
Fields
Cancel
The format painter will cancel pasting.
Declaration
public const ChangeFormatPainterStateCommandParameter Cancel
Field Value
CopyForMultiplePaste
The format painter will copy the current formatting and prepare to paste it in multiple places.
Declaration
public const ChangeFormatPainterStateCommandParameter CopyForMultiplePaste
Field Value
CopyForSinglePaste
The format painter will copy the current formatting and prepare to paste it once.
Declaration
public const ChangeFormatPainterStateCommandParameter CopyForSinglePaste
Field Value
value__
Declaration
public int value__
Field Value
System.
|