Cut Method (Profile Editor Control)
Windows - Visual C++
Description
The Cut method cuts the selected
text from the profile editor and pastes it to the system clipboard.
Syntax
long retValue = Cut();
The Cut syntax has these parts:
|
Part |
Description |
|
|
retValue |
A long return value indicating the success of the operation. A zero indicates success. |
|
Back to: Profile Editor Methods