OLEFormat.Object Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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