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

Method GetControlFlags

DuiLib/Control/UIEdit.cpp:177–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

175 }
176
177 UINT CEditUI::GetControlFlags() const
178 {
179 if( !IsEnabled() ) return CControlUI::GetControlFlags();
180
181 return UIFLAG_SETCURSOR | UIFLAG_TABSTOP;
182 }
183
184 void CEditUI::DoEvent(TEventUI& event)
185 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected