←Select platform

BringToFront Method

Summary

Brings the specified object forward in the collection.

Syntax

C#
VB
C++
public void BringToFront( 
   AnnObject obj, 
   bool first 
) 
  
Public Sub BringToFront( _ 
   ByVal obj As Leadtools.Windows.Annotations.AnnObject, _ 
   ByVal first As Boolean _ 
)  
public: 
void BringToFront(  
   Leadtools.Windows.Annotations.AnnObject^ obj, 
   bool first 
)  

Parameters

obj
The object to move.

first
true to make the object the first object in the collection; false to move the object forward one index.

Example

For C#/VB examples, refer to AnnObjectCollection.

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.Windows.Annotations Assembly