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

Method SetBackColor

UTCP/src/uh_ctrl.cpp:854–858  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

852
853***********************************/
854int CUH_Control::SetBackColor(COLORREF color){
855
856 m_backColor = color;
857 return UH_SUCCESS;
858}
859
860/**********************************
861GetTextColor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected