SetExplorerBarGroupState |
www.progui.co.uk Top Previous Next |
SetExplorerBarGroupState() Syntax Success = SetExplorerBarGroupState(ID.i, Index.i, Collapse.b) Description Sets the ExplorerBar Group's collapsed state making it animate into either the collapsed or un-collapsed state. ID.i is the ID/Windows Handle of the ExplorerBar. Index.i is the zero based index of the desired Group. Collapse.b can be either true to collapse or false to un-collapse. Returns true for success or zero for failure.
See GetExplorerBarGroupState, AddExplorerBarGroup, AddExplorerBarImageGroup.
|