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

Method SetTextColor

UTCP/src/uh_ctrl.cpp:835–840  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

833 1 - (UH_ERROR)
834***********************************/
835int CUH_Control::SetTextColor(COLORREF color){
836
837 m_textColor = color;
838
839 return UH_SUCCESS;
840}
841
842/**********************************
843SetBackColor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected