| 1048 | } |
| 1049 | |
| 1050 | LPVOID CRichEditUI::GetInterface(LPCTSTR pstrName) |
| 1051 | { |
| 1052 | if( _tcscmp(pstrName, DUI_CTR_RICHEDIT) == 0 ) return static_cast<CRichEditUI*>(this); |
| 1053 | return CContainerUI::GetInterface(pstrName); |
| 1054 | } |
| 1055 | |
| 1056 | UINT CRichEditUI::GetControlFlags() const |
| 1057 | { |
nothing calls this directly
no outgoing calls
no test coverage detected