CreateToolBarEx |
www.progui.co.uk Top Previous Next |
CreateToolBarEx() Syntax WindowsID = CreateToolBarEx(ID.l, WindowID.i, IconWidth.l, IconHeight.l, Style.l) Description Creates an empty extended toolbar in the window specified by WindowID. ID is the internal ID to be used and if #ProGUI_Any is used then the returned value will be the new ToolBarEx ID. IconWidth and IconHeight are the dimensions of the image buttons you would like (if any).
Style is optional and can contain the following flags:
Style can also contain other flags, see Microsoft MSDN for details.
Returns the Windows ID of the toolbar ( or if #ProGUI_Any is used the ToolBarEx ID ) or zero for failure.
See ToolBarImageButtonEx, ToolBarButtonEx, ToolBarDropdownImageButtonEx.
|