MCPcopy Create free account
hub / github.com/cinience/RedisStudio / SetDisabledTextColor

Method SetDisabledTextColor

DuiLib/Control/UILabel.cpp:104–108  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

102 }
103
104 void CLabelUI::SetDisabledTextColor(DWORD dwTextColor)
105 {
106 m_dwDisabledTextColor = dwTextColor;
107 Invalidate();
108 }
109
110 DWORD CLabelUI::GetDisabledTextColor() const
111 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected