Data type:
Access:
Applies to: CONTROL-FRAME widget, COM objectBecause this release supports only one ActiveX control per control-frame, this control collection references only one control. Once you have the component handle to the control collection (collection-handle), you can get the component handle to the ActiveX control itself by invoking the Item( ) method of the control collection. (This is a standard ActiveX convention.) With support limited to a single control per control-frame, the only valid Item( ) method call is collection-handle:Item(1). Once you have the component handle to the actual ActiveX control, you can access the properties and methods of that control.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |