MCPcopy 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
4void COwnerDrawnMenuBase::SetTextColor(COLORREF color) {
5 m_TextColor = color;
6}
7
8void COwnerDrawnMenuBase::SetBackColor(COLORREF color) {
9 m_BackColor = color;

Callers 4

OnSubItemPrePaintMethod · 0.80
DoPaintMethod · 0.80
DrawNumberMethod · 0.80
DrawItemMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected