Page 1 of 1

Options for Toolbar

Posted: Thu Aug 03, 2017 12:30 pm
by Marc56us
Hello,

The Form Designer does not handle news options (of PB 5.60) for toolbar (size are only 16x16 and no text)

CreateToolBar()
- #PB_ToolBar_Small : Small icon (16x16 pixels) toolbar (default)
- #PB_ToolBar_Large : Large icon (24x24 pixels) toolbar
- #PB_ToolBar_Text : Text will be displayed below the button
- #PB_ToolBar_InlineText: Text will be displayed at the right of the button (Windows only)

ToolBarImageButton()
- Text$ (optional) The text to display with this button

If we enter these options manually in the code, they are removed during the next switch code / design

:|