←Select platform

CanBringToFront Property

Summary
Gets a value that indicates whether this AnnAutomation can bring the currently selected object(s) up in the Z-order.
Syntax
C#
VB
Objective-C
C++
Java
public bool CanBringToFront { get; } 
Public ReadOnly Property CanBringToFront As Boolean 
@property (nonatomic, readonly) BOOL canBringToFront; 
public boolean canBringToFront(); 
public:  
   property bool CanBringToFront 
   { 
      bool get() 
   } 

Property Value

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

Remarks

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

Requirements

Target Platforms

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

Leadtools.Annotations.Automation Assembly

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