| 21 | } |
| 22 | |
| 23 | LPVOID CTextUI::GetInterface(LPCTSTR pstrName) |
| 24 | { |
| 25 | if( _tcscmp(pstrName, DUI_CTR_TEXT) == 0 ) return static_cast<CTextUI*>(this); |
| 26 | return CLabelUI::GetInterface(pstrName); |
| 27 | } |
| 28 | |
| 29 | UINT CTextUI::GetControlFlags() const |
| 30 | { |
nothing calls this directly
no outgoing calls
no test coverage detected