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

Method SetEnabled

DuiLib/Control/UIButton.cpp:120–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

118 }
119
120 void CButtonUI::SetEnabled(bool bEnable)
121 {
122 CControlUI::SetEnabled(bEnable);
123 if( !IsEnabled() ) {
124 m_uButtonState = 0;
125 }
126 }
127
128 //************************************
129 // Method: SetHotBkColor

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected