SECScriptHostView::SetToolBarEnterEdit
voidSECScriptHostView::SetToolBarEnterEdit(SEC_TOOLBAR*pToolEnterEdit)
Set the toolbar used to enter edit mode
Defined in: ScriptHostView.cpp
Return Value
void
Parameters
pToolEnterEdit
The new enter edit toolbar. SEC_TOOLBAR maps to SECToolBar if OT docking windows have been built, otherwise CToolBar.
Comments
Set the top-level frame toolbar to activate Edit Mode. Note: all views inside an MDI frame window will share a common enter edit toolbar, while each view inside a SDI frame will have its own unique toolbar. This function will automatically provide the mapping as appropriate.