Function Blam::DialogHelpers::ComboBox::AddItemToComboBox

Function Documentation

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

Adds an item to the specified ComboBox control.

Parameters
  • hDlg: - The dialog containing the control.

  • control_id: - The control of the ComboBox.

  • item: - The name of the item to add to the ComboBox.

  • value: - The value to apply to the ComboBox item.