This method moves the selected object to the back.
Parameters
None
Return Value
Returns True if successful, otherwise returns False.
Explanation
The MoveToBack method moves the selected object to the back. This method is enabled when the EditKind property has a value of KindOfEdit .Select and an object has been selected. When multiple objects are displayed and this method is executed, the selected object's Z order value becomes the smallest of all objects and the object is "moved to the back". To return an object that has been moved, right click the object and display the context menu, the select "Undo" or execute the Undo method and the object will be returned to its original Z order.
The MoveToBack method can be executed using the context menu. Right click on the object to display the context menu and select "Move To Back". For more details about the context menu please refer to the ContextMenuEnable property.
See also
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit