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