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

Method GetControlFlags

DuiLib/Control/UISlider.cpp:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 }
16
17 UINT CSliderUI::GetControlFlags() const
18 {
19 if( IsEnabled() ) return UIFLAG_SETCURSOR;
20 else return 0;
21 }
22
23 LPVOID CSliderUI::GetInterface(LPCTSTR pstrName)
24 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected