Enum CopyAndPasteMode
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
- API Level:
- preview
Enumeration for defining the entry's copy and paste policy.
C#Copypublic enum CopyAndPasteMode
Name | Description |
---|---|
Markup | Copy and paste text with a markup tag. |
NoImage | Copy and paste text without an item (image) tag. |
PlainText | Copy and paste text without a markup tag. |