Class ClipFormats
Some clipboard format ids. These and other standard and registered format ids can be used with clipboardData class functions.
public static class ClipFormats
Namespace: Au.Types
Assembly: Au.dll
Fields
Name | Description |
---|---|
Files | The file-list format. Standard, API constant CF_HDROP. Used by clipboardData add/get files functions. |
Image | The image format. Standard, API constant CF_BITMAP. Used by clipboardData add/get image functions. |
Text | The text format. Standard, API constant CF_UNICODETEXT. The default format of clipboardData add/get text functions. |
Properties
Name | Description |
---|---|
ClipboardViewerIgnore | Registered format |
Html | The HTML format. Registered, name |
Png | The PNG format. Registered, name |
Methods
Name | Description |
---|---|
EnumClipboard() | Gets formats currently in the clipboard. |
GetName(int, bool) | Gets clipboard format name. |
Register(string, Encoding) | Registers a clipboard format and returns its id. If already registered, just returns id. |