SECFrameWnd::EnableContextListMode

voidSECFrameWnd::EnableContextListMode(BOOLbEnable)

When context list is enabled, right-clicking anywhere on a control bar or dock bar will display a popup menu containing all the available control bars. The visibility state of these bars can be toggled through this menu.

Defined in: swinfrm.cpp

Return Value

void

Parameters

bEnable

If TRUE the context list mode is enabled.

Comments

The popup menu will list only those control bars that have a caption. Standard toolbars and docking windows that do not have a window name will be ignored.

See Also

SECFrameWnd