Defines the mode in which the C1RichTextBox uses the Clipboard.
Namespace:
C1.Phone.RichTextBoxAssembly: C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)
Syntax
| C# |
|---|
public enum ClipboardMode |
| Visual Basic |
|---|
Public Enumeration ClipboardMode |
| XAML Attribute Usage |
|---|
<object property="enumerationMemberName" .../> |
Members
| Member name | Description | |
|---|---|---|
| PlainText | Use plain text. | |
| RichText | Use rich text (subject to browser support). |