| 74 | } |
| 75 | |
| 76 | LPVOID CLabelUI::GetInterface(LPCTSTR pstrName) |
| 77 | { |
| 78 | if( _tcscmp(pstrName, _T("Label")) == 0 ) return static_cast<CLabelUI*>(this); |
| 79 | return CControlUI::GetInterface(pstrName); |
| 80 | } |
| 81 | |
| 82 | void CLabelUI::SetTextStyle(UINT uStyle) |
| 83 | { |
nothing calls this directly
no outgoing calls
no test coverage detected