SECToolBarCmdPage::DefineBtnGroup
voidSECToolBarCmdPage::DefineBtnGroup(LPCTSTRlpszTitle, intnBtnCount, UINT*lpBtnIDs)
Defines a button group, consisting of a title and an array of button IDs. Only one button group is displayed to the user at a time, which the user selects from a listbox.
Defined in: tbarpage.cpp
Return Value
void
Parameters
lpszTitle
Points to a string containing the title of a toolbar button group.
nBtnCount
Total number of buttons in the group.
lpBtnIDs
Points to the ID of each button in the group.