←Select platform

SendToBack Method

Summary

Sends the specified item back in the collection.

Syntax

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

Parameters

item
The item to move.

last
true to make the item the last item in the collection; false to move the item back one index.

Example

For an example, refer to RasterCollection\<T\>.

Requirements

Target Platforms

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools Assembly
Click or drag to resize