ImageGear .NET v24.12 - Updated
Count Property (IImGearThumbnailCtl)




ImageGear24.Windows.Forms Assembly > ImageGear.Windows.Forms.Thumbnails Namespace > IImGearThumbnailCtl Interface : Count Property
Gets the number of items within the Thumbnail control, and thus also the number of ImGearThumbnailItem objects available for Item method.
Syntax
'Declaration
 
ReadOnly Property Count As Integer
'Usage
 
Dim instance As IImGearThumbnailCtl
Dim value As Integer
 
value = instance.Count
int Count {get;}
__property int get_Count();
property int Count {
   int get();
}

Property Value

Integer value.
See Also

Reference

IImGearThumbnailCtl Interface
IImGearThumbnailCtl Members