Description:
Gets a parameter of any type. This method is an extended version of the GetControlOption Method. While GetControlOption Method gets only Long-typed parameters, GetControlOptionEx may be used to get a parameter of any type.
|
Exception will be raised when the GetControlOption Method is used for a parameter which type is not Long (like ctrlArtTextWarningMsg). |
Syntax:
Function GetControlOptionEx(ControlOption as
enumIGArtControlOption) as IGDataItem
Parameters:
Name |
Description |
ControlOption |
Parameter ID. |
Return Value:
The value of the parameter.