Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BeneficialCode/WinArk
/ SetTextColor
Method
SetTextColor
WinArk/OwnerDrawnMenu.cpp:4–6 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2
#include
"OwnerDrawnMenu.h"
3
4
void COwnerDrawnMenuBase::SetTextColor(COLORREF color) {
5
m_TextColor = color;
6
}
7
8
void COwnerDrawnMenuBase::SetBackColor(COLORREF color) {
9
m_BackColor = color;
Callers
4
OnSubItemPrePaint
Method · 0.80
DoPaint
Method · 0.80
DrawNumber
Method · 0.80
DrawItem
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected