| 102 | } |
| 103 | |
| 104 | void CLabelUI::SetDisabledTextColor(DWORD dwTextColor) |
| 105 | { |
| 106 | m_dwDisabledTextColor = dwTextColor; |
| 107 | Invalidate(); |
| 108 | } |
| 109 | |
| 110 | DWORD CLabelUI::GetDisabledTextColor() const |
| 111 | { |
nothing calls this directly
no outgoing calls
no test coverage detected