Tab control styles.
Enumerator |
---|
STYLE_3D |
Tab window will be created with 3D look. I some visual styles, only the active tab shape will be rendered.
|
STYLE_FLAT |
Makes flat tabs.
|
STYLE_FLAT_SHARED_HORZ_SCROLL |
Makes flat tabs with a scroll bar shared with the tab active window.
|
STYLE_3D_SCROLLED |
Tab window will be created with 3D look and scroll buttons.
|
STYLE_3D_ONENOTE |
Tab window will be created with Microsoft OneNote style.
|
STYLE_3D_VS2005 |
Tab window will be created with Microsoft Visual Studio 2005 style.
|
STYLE_3D_ROUNDED |
Creates tab control with Microsoft Visual Studio 2005 (Beta 2) style (with rounded tabs).
|
STYLE_3D_ROUNDED_SCROLL |
Creates tab control with Microsoft Visual Studio 2005 (Beta 2) style (with rounded tabs) and scroll buttons.
|
STYLE_POINTER |
Creates tab control with shape-less inactive tabs and pointer to the active tab.
|
STYLE_DOTS |
Creates a "slider" style tab control: dots only are displayed instead of "classic" tabs.
|
STYLE_UNDERLINE |
Creates tab control where the active tab is displayed with a horizontal bar located under the tab label.
|