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

Method GetControlFlags

DuiLib/Control/UIButton.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 UINT CButtonUI::GetControlFlags() const
28 {
29 return (IsKeyboardEnabled() ? UIFLAG_TABSTOP : 0) | (IsEnabled() ? UIFLAG_SETCURSOR : 0);
30 }
31
32 void CButtonUI::DoEvent(TEventUI& event)
33 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected