| ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUIThumbnailCtl Control > IGGUIThumbnailCtl Properties > Item(n) Property |
Gets a particular thumbnail item in the control. Use this in a For loop where the n value varies from 0 to ( Count Property - 1). Alternatively, VB programmers can access all of the thumbnail items with the following code:
|
Copy Code
|
|
|---|---|
Dim item As IGGUITNItem
For Each item In IGGUIThumbnailCtl1
< refer to item.xxx properties>
Next item
|
|
Read-only property
Default Value: N/A
Valid Values: N/A
N/A
ig_guiwin_vb6.exe