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


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

IOleFrame.Hide Method

Stop editing the object.

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

Product Availability

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

Remarks

The Hide method is used to stop the editing process on the OLE object.  The method should be executed after the Edit method has been utilized and the user has completed editing.

 

See Also

IOleFrame Interface