CommandBar_InsertButton (Windows Embedded CE 6.0)
1/6/2010
This macro inserts a button into the command bar.
Syntax
BOOL CommandBar_InsertButton(
HWND hwndCB,
int iButton,
LPTBBUTTON lpButton
);
Parameters
- hwndCB
Handle to the command bar's window. This handle is returned by the CommandBar_Create function when the command bar is created.
- iButton
Zero-based index of a button in the command bar. CommandBar_InsertButton inserts the new button to the left of this button.
- lpButton
Long pointer to a TBBUTTON structure that contains information about the button to insert.
Return Value
TRUE indicates success. FALSE indicates failure.
Requirements
Header | commctrl.h |
Windows Embedded CE | Windows CE 1.0 and later |
See Also
Reference
Command Bars Macros
CommandBar_AddButtons
CommandBar_Create
CommandBar_InsertComboBox
CommandBar_InsertMenubar
TBBUTTON