ImageGear Professional for Windows ActiveX
SetParentCtls Method

Description:

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.

Syntax:

      SetParentCtls(pCore As IGComponent, pDisplayCtl As IGComponent,
pFormats As IGComponent)

Parameters:

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.

Return Value:

None

Bits Per Pixel:

N/A

Example:

 
Copy Code
...
IGGUIThumbnailCtl1.SetParentCtls(IGCoreCtl1.ComponentInterface,
IGDisplayCtl1.ComponentInterface,
IGFormatsCtl1.ComponentInterface)
...

Sample:

ig_guiwin_vb6.exe

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback