ToolBarExAttachDropdownMenu |
www.progui.co.uk Top Previous Next |
ToolBarExAttachDropdownMenu() Syntax Success = ToolBarExAttachDropdownMenu(Toolbar.i, ButtonID.l, Menu.i) Description Attaches a drop-down popup menu to a ToolBarDropdownImageButtonEx. Toolbar specifies the WindowsID/ToolbarID of the ToolBarEx. ButtonID specifies the internal ID of the button you want to attach the menu to. Menu is the WindowsID/MenuID of the popup menu you want to attach to the button. Returns nonzero if successful.
|