- last
- true to send the object(s) to the bottom of the Z-order; false to send the object(s) down one level only
Visual Basic (Usage) | Copy Code |
---|---|
|
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
For C#/VB examples, refer to CanBringToFront.
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.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003 family