←Select platform

BringToFront Method

Summary
Brings the currently selected object(s) up in the Z-order.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public void BringToFront( 
   bool first 
) 
- (void)bringToFront:(BOOL)first NS_SWIFT_NAME(bringToFront(first:)); 
public boolean bringToFront(boolean first); 
public:  
   void BringToFront( 
      bool first 
   ) 
def BringToFront(self,first): 

Parameters

first
true to bring the object(s) to the top of the Z-order; false to bring the object(s) one level up only

Remarks

Use this method with first set to true to bring the object(s) to the top of the Z-order, and set first to false to bring the object(s) up one level.

You can determine whether you can bring the objects up or to the top by calling the CanBringToFront and CanBringToFirst 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.