MCPcopy Create free account
hub / github.com/cinience/RedisStudio / GetText

Method GetText

DuiLib/Control/UICombo.cpp:497–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

495}
496
497CDuiString CComboUI::GetText() const
498{
499 if( m_iCurSel < 0 ) return _T("");
500 CControlUI* pControl = static_cast<CControlUI*>(m_items[m_iCurSel]);
501 return pControl->GetText();
502}
503
504void CComboUI::SetEnabled(bool bEnable)
505{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected