←Select platform

CanBringToFirst Property

Summary
Gets a value that indicates whether this AnnAutomation can bring the currently selected object(s) to the top of the Z-order.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public bool CanBringToFirst { get; } 
@property (nonatomic, assign, readonly) BOOL canBringToFirst; 
public boolean canBringToFirst(); 
public:  
   property bool CanBringToFirst 
   { 
      bool get() 
   } 
CanBringToFirst # get  (AnnAutomation) 

Property Value

true if this AnnAutomation can bring the currently selected object(s) to the top of Z-order; otherwise, false.

Remarks

Call the BringToFront method to bring the object up to the top of the Z-order.

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.