Description:
Sets a parameter of any type. This method is an extended version of the SetControlOption Method. While SetControlOption Method allows only a Long-typed parameter, SetControlOptionEx may be used to set a parameter of any type.
|
Exception will be raised when the SetControlOptionEx Method is used for a parameter which is a of a type other than Long (like ctrlArtTextWarningMsg). |
Syntax:
Sub SetControlOptionEx(ControlOption as enumIGArtControlOption,
NewVal as IGDataItem)
Parameters:
Return Value:
None