SECShortcutBar::OnCreatePaneWnd
BOOLSECShortcutBar::OnCreatePaneWnd(CWnd*pwnd)
Called after the CWnd object of the SECBar object is created
Defined in: olbar.cpp
Return Value
returns TRUE to allow Creation to continue, otherwise FALSE
Parameters
pwnd
CWnd object that is being created
Comments
The functions is only called if the AddBar or InsertBar function which takes a CRuntimeClass pointer is used You may overload this function to do any app specific initialization.