Method: GetHotBkColor FullName: CButtonUI::GetHotBkColor Access: public Returns: DWORD Qualifier: const Note:
| 148 | // Note: |
| 149 | //************************************ |
| 150 | DWORD CButtonUI::GetHotBkColor() const |
| 151 | { |
| 152 | return m_dwHotBkColor; |
| 153 | } |
| 154 | |
| 155 | void CButtonUI::SetHotTextColor(DWORD dwColor) |
| 156 | { |
nothing calls this directly
no outgoing calls
no test coverage detected