|
virtual |
Creates the Windows control and attaches it to the CBCGPOutlookBar object.
You construct a CBCGPOutlookBar object in two steps. First call the constructor, then call Create(), which creates the outlook bar control and attaches it to the CBCGPOutlookBar object.
See CBCGPBaseControlBar::CreateEx for the list of the available library-defined styles to be specified by dwBCGStyle.
| lpszCaption | Specifies the window caption. |
| pParentWnd | Specifies a pointer to a parent window. It must not be NULL. |
| rect | Specifies the outlook bar' size and position. |
| nID | Specifies the control ID. Must be unique. |
| dwStyle | Specifies the desired control bar style. |
| dwBCGStyle | Specifies the special library-defined styles. |
| pContext | Create context. |