SetTextColor Sets the text color to use when new lines are added to the history list Params color - new text color to use Return 0 - (UH_SUCCESS) 1 - (UH_ERROR) ***********************************/
| 833 | 1 - (UH_ERROR) |
| 834 | ***********************************/ |
| 835 | int CUH_Control::SetTextColor(COLORREF color){ |
| 836 | |
| 837 | m_textColor = color; |
| 838 | |
| 839 | return UH_SUCCESS; |
| 840 | } |
| 841 | |
| 842 | /********************************** |
| 843 | SetBackColor |
nothing calls this directly
no outgoing calls
no test coverage detected