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

Method GetControlFlags

DuiLib/Layout/UIHorizontalLayout.cpp:23–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21 }
22
23 UINT CHorizontalLayoutUI::GetControlFlags() const
24 {
25 if( IsEnabled() && m_iSepWidth != 0 ) return UIFLAG_SETCURSOR;
26 else return 0;
27 }
28
29 void CHorizontalLayoutUI::SetPos(RECT rc)
30 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected