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

Method GetControlFlags

DuiLib/Control/UIRichEdit.cpp:1056–1061  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1054}
1055
1056UINT CRichEditUI::GetControlFlags() const
1057{
1058 if( !IsEnabled() ) return CControlUI::GetControlFlags();
1059
1060 return UIFLAG_SETCURSOR | UIFLAG_TABSTOP;
1061}
1062
1063bool CRichEditUI::IsWantTab()
1064{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected