SECScriptHostDoc::ViewCode
voidSECScriptHostDoc::ViewCode(void)
View scripting code 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 code view.
See Also