MCPcopy Create free account
hub / github.com/SOUI2/soui / OnLanguageChanged

Method OnLanguageChanged

SOUI/src/control/SComboBox.cpp:135–141  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

SSendMessageMethod · 0.80

Tested by

no test coverage detected