HideToolBarExButton |
www.progui.co.uk Top Previous Next |
HideToolbarExButton() Syntax Success = HideToolbarExButton(Toolbar.i, ButtonID.l, Hide.b) Description Hides/shows a button in a ToolBarEx (if the button is a gadget/control it will be hidden/shown). Toolbar specifies the WindowsID/ToolbarID of the ToolBarEx. ButtonID specifies the ID of the button you want to hide or show. Hide.b can be True in order to hide the specified button or False to show. Returns True if successful, or False otherwise.
|