LEADTOOLS Windows Forms (Leadtools.WinForms assembly)
LEAD Technologies, Inc

IsSorting Property (RasterImageList)






Gets a value indicating whether this RasterImageList is currently sorting.
Syntax
protected bool IsSorting {get;}
'Declaration
 
Protected ReadOnly Property IsSorting As Boolean
'Usage
 
Dim instance As RasterImageList
Dim value As Boolean
 
value = instance.IsSorting
protected bool IsSorting {get;}
 get_IsSorting(); 
protected:
property bool IsSorting {
   bool get();
}

Property Value

true if this RasterImageList is currently sorting; otherwise false
Remarks

This RasterImageList will set the value of this property to true internally when the Sort method begins. When the Sort is completed, IsSorting is set back to false.

The Sort method involves removing and then re-adding items from the Items collection. Upon removal, the RasterImageList control usually disposes the image associated with the item. By using the IsSorting property, the control knows not to dispose of the image.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RasterImageList Class
RasterImageList Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.