ImageGear Professional for Windows ActiveX
Item(n) Property

Description:

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

Property Type:

Read-only property

Return Type:

IGGUITNItem Object

Default Value: N/A

Valid Values: N/A

Bits Per Pixel:

N/A

Sample:

ig_guiwin_vb6.exe

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback