|
|
|
SftBoxEdit.Copy Method |
Copies the current text or selected item to the clipboard.
Syntax
VB.NET |
object.Copy() |
||
VB |
object.Copy |
||
C#.NET |
void object.Copy(); |
||
VC++ |
HRESULT object->Copy(); |
||
C |
HRESULT object->raw_Copy(); |
||
Delphi |
procedure object.Copy(); |
object
A SftBoxEdit object.
Comments
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.