CToolBar::GetButtonStyle

调用该成员函数检索一个按钮或分隔符的样式在工具栏。

UINT GetButtonStyle(
   int nIndex 
) const;

参数

  • nIndex
    要检索的工具栏按钮或分隔符样式的索引。

返回值

nIndex指定的按钮或分隔符的样式。

备注

按钮的样式确定按钮显示方式,以及如何响应用户输入。请参见 SetButtonStyle 的按钮样式的示例。

要求

Header: afxext.h

请参见

参考

CToolBar选件类

层次结构图

CToolBar::SetButtonStyle