[Visual Basic] [ Boolean
= ]imagekitcontrolname.Edit.CutAndCopy
[Visual C++] [
BOOL =
]imagekitcontrolname.GetEdit().CutAndCopy()
Parameters
None
Return Value
None
Explanation
The CutAndCopy method cuts the selected area and copies it to the clipboard. Executing this method is the same as using the popup menu of the raster image editing toolbar and selecting "Cut". Instead of right clicking the mouse to display the popup menu, you can execute this method.