| 1054 | } |
| 1055 | |
| 1056 | UINT CRichEditUI::GetControlFlags() const |
| 1057 | { |
| 1058 | if( !IsEnabled() ) return CControlUI::GetControlFlags(); |
| 1059 | |
| 1060 | return UIFLAG_SETCURSOR | UIFLAG_TABSTOP; |
| 1061 | } |
| 1062 | |
| 1063 | bool CRichEditUI::IsWantTab() |
| 1064 | { |
nothing calls this directly
no outgoing calls
no test coverage detected