MCPcopy Create free account
hub / github.com/ajkhoury/ReClassEx / CtlColor

Method CtlColor

ReClass/CCustomToolTip.cpp:15–19  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13}
14
15HBRUSH CCustomToolTip::CtlColor( CDC* pDC, UINT nCtlColor )
16{
17 pDC->SetBkColor( 0xFFFFFF );
18 return m_brBackGnd;
19}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected