Click or drag to resize

Clipboard Properties

The Clipboard type exposes the following members.

Properties
  NameDescription
Public propertyContainsHtml
Gets a value indicating whether this Clipboard contains a value for Html.
Public propertyContainsImage
Gets a value indicating whether this Clipboard contains a value for Image.
Public propertyContainsText
Gets a value indicating whether this Clipboard contains a value for Text.
Public propertyContainsUris
Gets a value indicating whether this Clipboard contains a value for Uris.
Public propertyHtml
Gets or sets html text in the clipboard.
Public propertyImage
Gets or sets an image in the clipboard.
Public propertyStatic memberInstance
Gets the shared clipboard instance
Public propertyText
Gets or sets the plain text in the clipboard.
Public propertyTypes
Gets the type id's for each type of data in the clipboard.
Public propertyUris
Gets or sets the Uri's of the files in the clipboard.
Top
See Also