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