Looks for a combo box button with the given command ID and select one of a combo box items according to the specified string.
- 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. |
lpszText | Specifies the text to search for. The item that was assigned this text is selected. |