SECToolBarSheet::SECToolBarSheet

The number of buttons currently on the toolbar.

Defined in: tbarpage.h

Syntax

SECToolBarSheet(UINT nIDCaption = IDS_TOOLBAR_CUSTOMIZE, Cwnd* pParentWnd = NULL, UINT iSelectPage = 0 : CPropertySheet(nIDCaption, pParentWnd, iSelectPage) {}

SECToolBarSheet(LPCTSTR nIDCaption, Cwnd* pParentWnd = NULL, UINT iSelectPage = 0 : CPropertySheet(nIDCaption, pParentWnd, iSelectPage) {}

Parameters

nIDCaption

Caption ID for toolbar property sheet.

nIDCaption

Resource name of caption for toolbar property sheet.

pParentWnd

The parent window.

iSelectPage

Index of selected property sheet page.