←Select platform

SendToBack Method

Summary
Sends the currently selected object(s) down in the Z-order.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void SendToBack( 
   bool last 
) 
- (void)sendToBack:(BOOL)last NS_SWIFT_NAME(sendToBack(last:)); 
public boolean sendToBack(boolean last); 
public:  
   void SendToBack( 
      bool last 
   ) 
def SendToBack(self,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 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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Automation Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.