Function Blam::DialogHelpers::ComboBox::SetComboBoxSelectedItem

Function Documentation

void Blam::DialogHelpers::ComboBox::SetComboBoxSelectedItem(HWND hDlg, int control_id, char *item)

Change the selected item in a ComboBox.

Parameters
  • hDlg: - The dialog containing the control.

  • control_id: - The control of the ComboBox.

  • item: - The name of the item to select.