ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUITNItem Object > IGGUITNItem Properties > PrivateData Property |
Gets and sets a pointer to user-created or user-destroyed data for the item.
Your application can use this property for any purpose. After the thumbnail items are added to the control (as a result of calling DirectoryAppend Method(), FileAppend Method()), your application can iterate through the items (using the Count Property and Item(n) Property) and set this property to any desired value (for example, to the reference of some object containing extra data to be used by the Click Event handler).
Read-write property
Variant
Default Value: Null
Valid Values: N/A
N/A
ig_guiwin_vb6.exe