| 495 | } |
| 496 | |
| 497 | CDuiString 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 | |
| 504 | void CComboUI::SetEnabled(bool bEnable) |
| 505 | { |
nothing calls this directly
no outgoing calls
no test coverage detected