Show / Hide Table of Contents

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
Inheritance
object
ClipFormats

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 "Clipboard Viewer Ignore".

Html

The HTML format. Registered, name "HTML Format". Used by clipboardData add/get HTML functions.

Png

The PNG format. Registered, name "PNG". Used by clipboardData add/get image functions.

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.