Enum AuiNotebookCreateStyle
Defines all AuiNotebook options.
[Flags]
public enum AuiNotebookCreateStyle
Fields
Bottom = 8
With this style, tabs are drawn along the bottom of the notebook.
CloseButton = 1024
With this style, a close button is available on the tab bar.
CloseOnActiveTab = 2048
With this style, the close button is visible on the active tab.
CloseOnAllTabs = 4096
With this style, the close button is visible on all tabs.
DefaultStyle = Top | TabSplit | TabMove | ScrollButtons | CloseOnActiveTab | MiddleClickClose
Default style of the AuiNotebook.
Left = 2
Not implemented.
MiddleClickClose = 8192
With this style, middle click on a tab closes the tab.
Right = 4
Not implemented.
ScrollButtons = 256
With this style, left and right scroll buttons are displayed.
TabExternalMove = 64
Allows a tab to be moved to another tab control.
TabFixedWidth = 128
With this style, all tabs have the same width.
TabMove = 32
Allows a tab to be moved horizontally by dragging.
TabSplit = 16
Allows the tab control to be split by dragging a tab.
Top = 1
With this style, tabs are drawn along the top of the notebook.
WindowListButton = 512
With this style, a drop-down list of windows is available.