| 133 | } |
| 134 | |
| 135 | HRESULT SComboBox::OnLanguageChanged() |
| 136 | { |
| 137 | HRESULT hr = __super::OnLanguageChanged(); |
| 138 | if(m_pListBox) |
| 139 | m_pListBox->SSendMessage(UM_SETLANGUAGE); |
| 140 | return hr; |
| 141 | } |
| 142 | |
| 143 | |
| 144 | }//namespace SOUI |
nothing calls this directly
no test coverage detected