SECScriptHostDoc::ViewObjects
voidSECScriptHostDoc::ViewObjects(void)
View OLE objects in edit mode
Defined in: ScriptHostDoc.cpp
Return Value
void Returns immediately if not in edit mode.
Comments
Edit mode can have 2 views: code view (edit scripting code) and object view (edit OLE automation objects). Use this method to set the edit mode's object view.
See Also