| 169 | } |
| 170 | |
| 171 | LPVOID CEditUI::GetInterface(LPCTSTR pstrName) |
| 172 | { |
| 173 | if( _tcscmp(pstrName, DUI_CTR_EDIT) == 0 ) return static_cast<CEditUI*>(this); |
| 174 | return CLabelUI::GetInterface(pstrName); |
| 175 | } |
| 176 | |
| 177 | UINT CEditUI::GetControlFlags() const |
| 178 | { |
nothing calls this directly
no outgoing calls
no test coverage detected