nca_combo_select_item
| Example: nca_combo_select_item | Combo Box Object Functions |
Selects an item in a combo box.
int nca_combo_select_item( LPCSTR name, LPCSTR item_name );| name | The logical name of the combo box. |
| item_name | The item to select in the combo box. |
The nca_combo_select_item function selects an item in a combo box.
Return Values
Parameterization
All arguments of this function may be parameterized using standard parameterization.

