Enum AuiToolbarCreateStyle
Defines the appearance of a AuiToolbar.
[Flags]
public enum AuiToolbarCreateStyle
Fields
DefaultStyle = 0
Default style of the toolbar.
Gripper = 8
Shows a gripper on the toolbar.
Horizontal = 128
Forces the toolbar to be horizontal, docking to the top or bottom of the window.
HorzLayout = 64
Shows the text and the icons alongside, not vertically stacked.
HorzText = Text | HorzLayout
Shows the text alongside the icons, not vertically stacked.
NoAutoResize = 4
Do not auto-resize the toolbar.
NoTooltips = 2
Don't show tooltips on toolbar items.
Overflow = 16
Toolbar can contain overflow items.
PlainBackground = 256
Draw a plain background (based on parent) instead of the default gradient background.
Text = 1
Shows the text in the toolbar buttons; by default only icons are shown.
Vertical = 32
Using this style forces the toolbar to be vertical and be only dockable to the left or right sides of the window whereas by default it can be horizontal or vertical and be docked anywhere.