|
|
|
SftBoxEdit.Cut Method |
Cuts the current text or selected item to the clipboard.
Syntax
VB.NET |
object.Cut() |
||
VB |
object.Cut |
||
C#.NET |
void object.Cut(); |
||
VC++ |
HRESULT object->Cut(); |
||
C |
HRESULT object->raw_Cut(); |
||
Delphi |
procedure object.Cut(); |
object
A SftBoxEdit object.
Comments
The Cut method cuts the current text or selected item to the clipboard.
The contents of the edit control portion (simple or drop down combo box) is copied to the clipboard, then the text is removed from the edit control portion.
This method cannot be used with a drop down list combo box.