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

Method GetFocusBorderColor

DuiLib/Core/UIControl.cpp:177–180  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175}
176
177DWORD CControlUI::GetFocusBorderColor() const
178{
179 return m_dwFocusBorderColor;
180}
181
182void CControlUI::SetFocusBorderColor(DWORD dwBorderColor)
183{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected