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

Method GetClassStyle

DuiLib/Control/UICombo.cpp:196–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194
195#if(_WIN32_WINNT >= 0x0501)
196UINT CComboWnd::GetClassStyle() const
197{
198 return __super::GetClassStyle() | CS_DROPSHADOW;
199}
200#endif
201////////////////////////////////////////////////////////
202

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected