SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/DLL 7.5 - Tree Control
SftBox/OCX 5.0 - Combo Box Control
SftButton/OCX 3.0 - Button Control
SftMask/OCX 7.0 - Masked Edit Control
SftTabs/OCX 6.5 - Tab Control (VB6 only)
SftTree/OCX 7.5 - Tree Control
SftTree/NET 2.0 - Tree Control
Copies the current text or selected item to the clipboard.
| VB.NET | object.Copy() |
| VB | object.Copy |
| C#.NET | void object.Copy(); |
| VC++ | HRESULT object->Copy(); |
| C | HRESULT object->raw_Copy(); |
object
The Copy method copies the current text or selected item to the clipboard.
The contents of the edit control portion (simple or drop down combo box) or the text of the selected item (drop down list combo box) is copied to the clipboard.
See Also SftBoxEdit Object | Object Hierarchy
