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

Method IsExpanded

DuiLib/Control/UIList.cpp:1682–1685  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1680}
1681
1682bool CListElementUI::IsExpanded() const
1683{
1684 return false;
1685}
1686
1687bool CListElementUI::Expand(bool /*bExpand = true*/)
1688{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected