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


IOleFrame.Edit 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.Edit Method
ArcGIS Developer Help

IOleFrame.Edit Method

Edit the object in-place.

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

Product Availability

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

Remarks

The Edit method is used to edit the OLE object in place.  Editing takes place with the frame defined for the object and no additional windows are created.  In contrast, the Open method will open up a separate window for editing the object.

Use this method to provide editing capabilities for the OLE object without opening an additional window.  Execute the Hide method to stop editing on the object.

 

See Also

IOleFrame Interface