This document is archived and information here might be outdated.  Recommended version.


IOleFrame.Open Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IO > IOleFrame Interface > IOleFrame.Open Method
ArcGIS Developer Help

IOleFrame.Open Method

Edit the object in a separate application window.

[Visual Basic .NET]
Public Sub Open ( _
)
[C#]
public void Open (
);
[C++]
HRESULT Open(
void
);

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

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.

 

See Also

IOleFrame Interface