SetToolBarExStyle |
www.progui.co.uk Top Previous Next |
SetToolBarExStyle() Syntax Success = SetToolBarExStyle(Toolbar.i, Style.l) Description Used to change a previously created toolbar's graphical style. Toolbar.i specifies the Handle/ToolbarID of the ToolBarEx. Style.l is a User Interface graphical style constant, see CreateToolbarEx for details. Returns True if successful, or False otherwise.
|