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