Sends the currently selected object(s) down in the Z-order.
public virtual void SendToBack(
bool last
)
Public Overridable Sub SendToBack( _
ByVal last As Boolean _
)
public:
virtual void SendToBack(
bool last
)
last
true to send the object(s) to the bottom of the Z-order; false to send the object(s) down one level only
Use this method with last set to true to send the object(s) to the bottom of the Z-order, and set last to false to send the object(s) down one level. You can determine whether you can send the objects down or to the bottom by calling the CanSendToBack and CanSendToLast properties, respectively.
For an example, refer to CanBringToFront.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET