Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the button for the caption bar.
void SetButton(
LPCTSTR lpszLabel,
UINT uiCmdUI,
BarElementAlignment btnAlignmnet=ALIGN_LEFT,
BOOL bHasDropDownArrow=TRUE
);
Parameters
lpszLabel
The button's command label.uiCmdUI
The button's command ID.btnAlignmnet
The button's alignment.bHasDropDownArrow
TRUE if the button displays a drop down arrow, FALSE otherwise.
Requirements
Header: afxcaptionbar.h