This method inserts a combo box into the command bar.
Header file: | Wcebar.h |
Platforms: | Palm-size PC, H/PC Pro |
Windows CE versions: | 2.10 and later |
CComboBox* InsertComboBox(int nWidth, WORD idComboBox, int nButton = CMDBAR_END, DWORD dwStyle CBS_DROPDOWNLIST |WS_VSCROLL|);
A pointer to the menu identified by idComboBox, or NULL if the function fails.
This method inserts the combo box to the left of the button identified by nButton.