Method: GetSelectBkColor FullName: COptionUI::GetSelectBkColor Access: public Returns: DWORD Qualifier: Note:
| 181 | // Note: |
| 182 | //************************************ |
| 183 | DWORD COptionUI::GetSelectBkColor() |
| 184 | { |
| 185 | return m_dwSelectedBkColor; |
| 186 | } |
| 187 | |
| 188 | LPCTSTR COptionUI::GetForeImage() |
| 189 | { |
nothing calls this directly
no outgoing calls
no test coverage detected