AddExplorerBarGroup |
www.progui.co.uk Top Previous Next |
AddExplorerBarGroup() Syntax WindowsID = AddExplorerBarGroup(Title$, isCollapsed.b) Description Adds an empty Group to the current previously created ExplorerBar. Title$ is the text that will be displayed as the ExplorerBar Group's title/header. Specifying isCollapsed.b as true will initially create and display the Group in it's collapsed state instead of the default un-collapsed.
Returns the WindowsID (HWND) of the ExplorerBar Group header or zero for failure.
See ExplorerBarItem, ExplorerBarImageItem.
|