SECWorkspaceManagerEx::CloseControlBars

BOOLSECWorkspaceManagerEx::CloseControlBars(CPtrList*pListBars, CFrameWnd*pFrame)

Close all the controlbars associated with a workspace.

Defined in: SWSMGREX.CPP

Return Value

True on success, False otherwise

Parameters

pListBars

List of controlbars associated with the frame.

pFrame

Pointer to frame window adminstrating the controlbars.

Comments

This overridable is called to close all the controlbars associated with a particular workspace. By default, this function will do nothing, as this is a very application specific operation. Override to customize which bars are destroyed, hidden, or allowed to remain.