SECShortcutBar::OnCreateBar
BOOLSECShortcutBar::OnCreateBar(SECBar*pbar)
Called after the SECBar object is created
Defined in: olbar.cpp
Return Value
returns TRUE to allow Creation to continue, otherwise FALSE
Parameters
pbar
SECBar object that is being created
Comments
Unlike OnCreatePaneWnd this function is called with all AddBar and InsertBar variants.
See Also