This document is archived and information here might be outdated. Recommended version. |
Stop editing the object.
[Visual Basic .NET]
Public Sub Hide ( _
)
[C#]
public void Hide (
);
[C++]
HRESULT Hide(
void
);
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.