CDialogBar::Create

This method loads the dialog-box resource template specified by lpszTemplateName or nIDTemplate, creates the dialog-bar window, sets its style, and associates it with the CDialogBar object.

At a Glance

Header file: Afxext.h
Platforms: Palm-size PC, H/PC Pro
Windows CE versions: 2.10 and later
Complete documentation: Visual C++ documentation

Syntax

BOOL Create( CWnd* pParentWnd, LPCTSTR lpszTemplateName,
UINT
nStyle, UINT nID );

BOOL Create( CWnd* pParentWnd, UINT nIDTemplate,
UINT
nStyle, UINT nID );