CMFCCaptionBar::SetButton
设置标题栏中的按钮。
void SetButton(
LPCTSTR lpszLabel,
UINT uiCmdUI,
BarElementAlignment btnAlignmnet=ALIGN_LEFT,
BOOL bHasDropDownArrow=TRUE
);
参数
lpszLabel
按钮的命令标签。uiCmdUI
按钮的命令ID.btnAlignmnet
按钮的对齐方式。bHasDropDownArrow
TRUE,如果按钮显示下拉箭头,否则 FALSE。
要求
标头: afxcaptionbar.h