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

Method GetControlFlags

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected