[Visual Basic] [ Boolean
= ]imagekitcontrolname.Edit.Paste
[Visual C++] [
BOOL =
]imagekitcontrolname.GetEdit().Paste()
Parameters
None
Return Value
None
Explanation
The Paste method pastes the copied image data into the image.
For the raster image editing toolbar, the image on the clipboard is pasted into the current image. Just after it has been pasted, it may be moved with the mouse. For the vector image editing toolbar, the copied object is pasted into the image.
Executing this method is the same as using the popup menu of the vector image editing toolbar and selecting "MoveToFront". Instead of right clicking the mouse to display the popup menu, you can execute this method.