←Select platform

SendToBack Method

Summary

Sends the currently selected object(s) down in the Z-order.

Syntax

C#
VB
C++
public virtual void SendToBack(  
   bool last 
) 
  
Public Overridable Sub SendToBack( _ 
   ByVal last As Boolean _ 
)  
public: 
virtual void SendToBack(  
   bool last 
)  

Parameters

last
true to send the object(s) to the bottom of the Z-order; false to send the object(s) down one level only

Remarks

Use this method with

last
true to send the object(s) to the bottom of the Z-order; false to send the object(s) down one level only

Example

For an example, refer to CanBringToFront.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations Assembly
Click or drag to resize