ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGCoreCtl Control > IGCoreCtl Methods > CreateComponent Method |
Creates new ImageGear component based on its ProgID.
CreateComponent (sProgID As String) As IGComponent
Name | Description |
---|---|
sProgID | An OLE ProgID string of the component. |
A new instance of the IG component object (or control).
N/A
Core