Поделиться через


CToolBar::GetButtonStyle

Call this member function to retrieve the style of a button or separator on the toolbar.

UINT GetButtonStyle(
   int nIndex 
) const;

Параметры

  • nIndex
    The index of the toolbar button or separator style to be retrieved.

Возвращаемое значение

The style of the button or separator specified by nIndex.

Заметки

A button's style determines how the button appears and how it responds to user input. See SetButtonStyle for examples of button styles.

Требования

Header: afxext.h

См. также

Основные понятия

CToolBar Class

CToolBar Members

Hierarchy Chart

CToolBar::SetButtonStyle