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

Method GetControlFlags

DuiLib/Control/UICombo.cpp:240–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238}
239
240UINT CComboUI::GetControlFlags() const
241{
242 return UIFLAG_TABSTOP;
243}
244
245void CComboUI::DoInit()
246{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected