ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGCoreCtl Control > IGCoreCtl Methods > AssociateComponent Method |
Associates ImageGear component with ImageGear Core control. Every component has to be explicitly associated with the Core component using this method before it can be used.
AssociateComponent (pComponent As IGComponent)
Name | Description |
---|---|
pComponent | ImageGear component to be associated with the Core. |
None
N/A
Core