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.
This structure contains information about a button in a toolbar.
typedef struct _TBBUTTON { int iBitmap; int idCommand; BYTE fsState; BYTE fsStyle; DWORD dwData; int iString; } TBBUTTON, NEAR* PTBBUTTON, FAR* LPTBBUTTON;typedef const TBBUTTON FAR* LPCTBBUTTON;
- iBitmap**
Zero-based index of the button image. - idCommand**
Command identifier associated with the button. This identifier is used in a WM_COMMAND message when the button is chosen. - fsState**
Button state flags. It can be a combination of the values listed in Creating a Toolbar. - fsStyle**
Button style. It can be a combination of the button style values listed in Control Styles. - dwData**
Specifies an application-defined value. - iString**
Zero-based index of the button string.
OS Versions: Windows CE 1.0 and later.
Header: Commctrl.h.
WM_COMMAND | Toolbar Controls Structures
Send Feedback on this topic to the authors