ImageGear Professional v18.2 > API Reference Guide > Core Component API Reference > Core Component Objects > IGCoreCtl Control > IGCoreCtl Methods > GetComponentInfoByProgID Method |
Returns a new object containing information about IG component based on the component's ProgID.
GetComponentInfoByProgID (sProgID As String) As IGComponentInfo
Name | Description |
---|---|
sProgID | OLE ProgID string of the component |
A new instance of the IGComponentInfo Object.
N/A
Core