ImageGear Professional v18.2 > API Reference Guide > GUI Component API Reference > GUI Component Objects > IGGUIThumbnailCtl Control > IGGUIThumbnailCtl Methods > SetParentCtls Method |
Gives the IGGUIThumbnailCtl Control references to the ImageGear objects that it needs in order to function. You must call this method before doing anything else with the control.
SetParentCtls(pCore As IGComponent, pDisplayCtl As IGComponent,
pFormats As IGComponent)
Name | Description |
---|---|
pCore | Specify the IGCoreCtl Control used by your application. |
pDisplayCtl | Specify the IGDisplayCtl Control used by your application. |
pFormatsCtl | Specify the IGFormatsCtl Control used by your application. |
None
N/A
Copy Code
|
|
---|---|
... IGGUIThumbnailCtl1.SetParentCtls(IGCoreCtl1.ComponentInterface, IGDisplayCtl1.ComponentInterface, IGFormatsCtl1.ComponentInterface) ... |
ig_guiwin_vb6.exe