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

Method CButtonUI

DuiLib/Control/UIButton.cpp:6–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4namespace DuiLib
5{
6 CButtonUI::CButtonUI()
7 : m_uButtonState(0)
8 , m_dwHotTextColor(0)
9 , m_dwPushedTextColor(0)
10 , m_dwFocusedTextColor(0)
11 ,m_dwHotBkColor(0)
12 {
13 m_uTextStyle = DT_SINGLELINE | DT_VCENTER | DT_CENTER;
14 }
15
16 LPCTSTR CButtonUI::GetClass() const
17 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected