Home
last modified time | relevance | path

Searched defs:SetCurSel (Results 1 – 1 of 1) sorted by relevance

/third_party/lzma/CPP/Windows/Control/
DComboBox.h25 LRESULT SetCurSel(int index) { return SendMsg(CB_SETCURSEL, MY_int_TO_WPARAM(index), 0); } in SetCurSel() function
26 LRESULT SetCurSel(unsigned index) { return SendMsg(CB_SETCURSEL, index, 0); } in SetCurSel() function