|
БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
TBBUTTON
The TBBUTTON structure contains information about a button in a toolbar.
typedef struct _TBBUTTON { \\ tbb int iBitmap; int idCommand; BYTE fsState; BYTE fsStyle; DWORD dwData; int iString; } TBBUTTON, NEAR* PTBBUTTON, FAR* LPTBBUTTON; typedef const TBBUTTON FAR* LPCTBBUTTON;
Members
iBitmap
Zero-based index of button image.
idCommand
Command identifier associated with the button. This identifier is used in a WM_COMMAND message when the button is chosen. If the fsStyle member is the TBSTYLE_SEP value, this member must be zero.
fsState
Button state flags. This member can be a combination of the values listed in Toolbar Button States.
fsStyle
Button style. This member can be a combination of values listed in Toolbar Button Styles
dwData
Application-defined value.
iString
Zero-based index of button string.
See Also
WM_COMMAND
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
|
Пригласи друзей и счет твоего мобильника всегда будет положительным! |
TBBUTTON
Структура TBBUTTON содержит информацию о кнопке в toolbar.
typedef struct _TBBUTTON { \\ tbb int iBitmap; int idCommand; БАЙТ fsState; БАЙТ fsStyle; DWORD dwData; iString int; } TBBUTTON, ОКОЛО* PTBBUTTON, ЗНАЧИТЕЛЬНО* LPTBBUTTON; typedef const TBBUTTON ЗНАЧИТЕЛЬНО* LPCTBBUTTON;
Участники
iBitmap
Базирующийся индекс Нуля образа кнопки.
idCommand
Командный идентификатор связывался кнопкой. Этот идентификатор использован в сообщении WM_COMMAND когда кнопка выбрана. Если элемент fsStyle является величиной TBSTYLE_SEP, этот элемент должен - нулевым.
fsState
Состояние Кнопки сигнализирует. Этот элемент может быть комбинацией величин указанных в Состояниях Кнопки Toolbar.
fsStyle
Стиль Кнопки. Этот элемент может быть комбинацией величин указанных в Стилях Кнопки Toolbar
dwData
Определенная величина Приложения.
iString
Базирующийся индекс Нуля строки кнопки.
Смотри Также
WM_COMMAND
|
|
|
|