GetBackColor Gets the backgorund color to use when new lines are added to the history list Params color - new back color to use Return back color ***********************************/
| 883 | back color |
| 884 | ***********************************/ |
| 885 | COLORREF CUH_Control::GetBackColor() const |
| 886 | { |
| 887 | return m_backColor; |
| 888 | } |
| 889 | /********************************** |
| 890 | SetMargin |
| 891 | Sets the new margin to use when |
nothing calls this directly
no outgoing calls
no test coverage detected