[Visual Basic] [ Boolean
= ]imagekitcontrolname.Edit.MoveToFront
[Visual C++] [
BOOL =
]imagekitcontrolname.GetEdit().MoveToFront()
Parameters
None
Return Value
None
Explanation
The MoveToFront method moves the selected object to the front. It is used with vector images. 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.