This document is archived and information here might be outdated. Recommended version. |
Edit the object in a separate application window.
[Visual Basic .NET]
Public Sub Open ( _
)
[C#]
public void Open (
);
[C++]
HRESULT Open(
void
);
The Open method is used to open the OLE object in a separate window. Use this method when you want to open the OLE object in its native environment. For instance, if the OLE object is a Word document, executing the Open method will start Word with the current object as the active document.