Rocket® Reflection Desktop (formerly a product of Micro Focus or formerly a product of Open Text) documentation that was created prior to Rocket Software's acquisition of certain products from OpenText may contain outdated references to "Micro Focus” or “OpenText”, which are trademarks of OpenText. Rocket Software is not affiliated with Micro Focus or OpenText and has rebranded these products as Rocket® products.
CopyFormatOption Enumeration
In This Topic
Specifies the format in which data is to be copied for Clipboard copy-related functions.
Syntax
'Declaration
Public Enum CopyFormatOption Inherits System.Enum
'Usage
Dim instance As CopyFormatOption
public enum CopyFormatOption : System.Enum
Members
| Member | Description |
|---|---|
| AsBitmap | Copies a graphics/bitmap image to the Clipboard. |
| AsPlainText | Copies data as plain ASCII text. |
| AsRichText | Copies data in rich text format. |
| AsTableText | Copies data as a tab-delimited table. |
| AsXML | Copies screen information using XML format. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Attachmate.Reflection.Emulation.OpenSystems.CopyFormatOption
See Also