Looks for a combo box button with the given command ID and select one of a combo box items according to the specified value.
- Returns
- Nonzero if a combo box button with a given command ID was found; otherwise 0.
This function looks for a combo box button with the specified command ID, and if the button is found, it calls SelectItem() with bNotify set to TRUE.
- Parameters
-
uiCmd | Specifies the button's command ID to look for. |
dwData | Specifies the value. The list box is searched for this value and the item that was assigned this value is selected. |