CimObject.OleObject (read-only property)

Obsolete

Replaced by a GefObject

Syntax

CimObject.OleObject

Description

Returns an Object representing the OLE Automation interface to an ActiveX control.

Example

Dim Gauge As CimObject

Dim RootObj As CimObject

Set RootObj = CimGetRootObject()

Set Gauge = RootObj.GetObject("FuelGauge")

Gauge.OleObject.NeedleValue = 10

More information

Obsolete basic extensions.