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

Method GetBorderColor

DuiLib/Core/UIControl.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164DWORD CControlUI::GetBorderColor() const
165{
166 return m_dwBorderColor;
167}
168
169void CControlUI::SetBorderColor(DWORD dwBorderColor)
170{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected