MCPcopy Create free account
hub / github.com/ashkulz/NppFTP / GetBackColor

Method GetBackColor

UTCP/src/uh_ctrl.cpp:885–888  ·  view source on GitHub ↗

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 ***********************************/

Source from the content-addressed store, hash-verified

883 back color
884***********************************/
885COLORREF CUH_Control::GetBackColor() const
886{
887 return m_backColor;
888}
889/**********************************
890SetMargin
891 Sets the new margin to use when

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected