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