←Select platform

BringToFront Method

Summary

Brings the specified item forward in the collection.

Syntax

C#
VB
C++
public virtual void BringToFront( 
   T item, 
   bool first 
) 
Public Overridable Sub BringToFront( _ 
   ByVal item As T, _ 
   ByVal first As Boolean _ 
)  
public: 
virtual void BringToFront(  
   _T^_ item, 
   bool first 
)  

Parameters

item
The item to move.

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

Example

For an example, refer to RasterCollection<T>.

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 Assembly