←Select platform

BringToFront Method

Summary

Moves an object up in the Z-order of the list.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual void BringToFront( 
   AnnObject annObject, 
   bool first 
) 
Public Sub BringToFront( _ 
   ByVal obj As Leadtools.Annotations.Core.AnnObject, _ 
   ByVal first As Boolean _ 
)  
public void BringToFront(  
   Leadtools.Annotations.Core.AnnObject obj, 
   bool first 
) 
-(void) bringToFront:(LTAnnObject*)obj first:(BOOL)first; 
public void bringToFront(AnnObject obj, boolean first) 
 function Leadtools.Annotations.Core.AnnObjectCollection.BringToFront(  
   obj , 
   first  
) 
public:  
   virtual void BringToFront( 
      AnnObject^ annObject, 
      bool first 
   ) 

Parameters

obj
Object to move.

first
true to send the object to the top of the Z-order; false to send the object up one level only.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly