Click or drag to resize

Clipboard Class

X#

[Missing <include> target documentation in 'T:VO.Clipboard'. File: 'Gui.xml' Path: 'doc/Clipboard/*']

Inheritance Hierarchy
Object
  VObject
    Clipboard

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 CLASS Clipboard INHERIT VObject
Request Example View Source

The Clipboard type exposes the following members.

Constructors
  NameDescription
Public methodClipboard
Construct a clipboard.
Top
Properties
  NameDescription
Public propertyFileCount
Used to determine how many files were dropped.
Top
Methods
  NameDescription
Public methodClear
Clear the contents of the clipboard.
Public methodDestroy
Free memory resources allocated for a VObject object and its derived objects.
(Inherited from VObject.)
Public methodGetItemSize
Retrieve the size of the item in the clipboard, specifying either a string or a bitmap object.
Public methodInsert
Insert text or a bitmap into the clipboard.
Public methodInsertRTF
Insert an RTF string into the clipboard.
Public methodRetrieveBitmap
Retrieves a Bitmap object from the clipboard.
Public methodRetrieveFiles
Retrieves an array of file names.
Public methodRetrieveRTF
Retrieve an RTF string from the clipboard.
Public methodRetrieveString
Retrieves a string from the clipboard.
Top
Fields
  NameDescription
Public fieldoCargo
Cargo slot.
(Inherited from VObject.)
Top
See Also

Reference