| 25 | } |
| 26 | |
| 27 | UINT CButtonUI::GetControlFlags() const |
| 28 | { |
| 29 | return (IsKeyboardEnabled() ? UIFLAG_TABSTOP : 0) | (IsEnabled() ? UIFLAG_SETCURSOR : 0); |
| 30 | } |
| 31 | |
| 32 | void CButtonUI::DoEvent(TEventUI& event) |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected