SetBackColor Sets the backgorund color to use when new lines are added to the history list Params color - new back color to use Return 0 - (UH_SUCCESS) 1 - (UH_ERROR) ***********************************/
| 852 | |
| 853 | ***********************************/ |
| 854 | int CUH_Control::SetBackColor(COLORREF color){ |
| 855 | |
| 856 | m_backColor = color; |
| 857 | return UH_SUCCESS; |
| 858 | } |
| 859 | |
| 860 | /********************************** |
| 861 | GetTextColor |
nothing calls this directly
no outgoing calls
no test coverage detected