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

Method GetHotBkColor

DuiLib/Control/UIButton.cpp:150–153  ·  view source on GitHub ↗

Method: GetHotBkColor FullName: CButtonUI::GetHotBkColor Access: public Returns: DWORD Qualifier: const Note:

Source from the content-addressed store, hash-verified

148 // Note:
149 //************************************
150 DWORD CButtonUI::GetHotBkColor() const
151 {
152 return m_dwHotBkColor;
153 }
154
155 void CButtonUI::SetHotTextColor(DWORD dwColor)
156 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected