| 118 | } |
| 119 | |
| 120 | void CButtonUI::SetEnabled(bool bEnable) |
| 121 | { |
| 122 | CControlUI::SetEnabled(bEnable); |
| 123 | if( !IsEnabled() ) { |
| 124 | m_uButtonState = 0; |
| 125 | } |
| 126 | } |
| 127 | |
| 128 | //************************************ |
| 129 | // Method: SetHotBkColor |
nothing calls this directly
no outgoing calls
no test coverage detected