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