|
|
|
SftBoxEdit.Paste Method |
Pastes the clipboard contents into the edit control portion.
Syntax
VB.NET |
object.Paste() |
||
VB |
object.Paste |
||
C#.NET |
void object.Paste(); |
||
VC++ |
HRESULT object->Paste(); |
||
C |
HRESULT object->raw_Paste(); |
||
Delphi |
procedure object.Paste(); |
object
A SftBoxEdit object.
Comments
The Paste method pastes the clipboard contents into the edit control portion.
The contents of the clipboard are copied to the edit control portion (simple or drop down combo box).
This method cannot be used with a drop down list combo box.