OLEFormat.Object Property

Definition

Returns an Object that represents the specified OLE object's top-level interface. This property allows you to access the properties and methods of an ActiveX control or the application in which an OLE object was created. The OLE object must support OLE Automation for this property to work.

public:
 property System::Object ^ Object { System::Object ^ get(); };
public object Object { get; }
member this.Object : obj
Public ReadOnly Property Object As Object

Property Value

Applies to