|
|
|
|
StyleInfo Property, SftTabs Class |
Returns information about the current tab control style (Style property).
Syntax SftTabs Class (Softelvdm.SftTabsNET)
VB |
Public ReadOnly Property StyleInfo As StyleInfoEnum |
C# |
public StyleInfoEnum StyleInfo { get; } |
C++ |
public: property StyleInfoEnum StyleInfo { |
Property Value
Features supported by the current tab control style.
Value |
Description |
|
1 | Scrollable tabs are supported by the current tab control style. | |
2 | Left and right margins (LeftMargin, RightMargin properties) are supported by the current tab control style. | |
4 | One and multiple tab rows (Rows property) are supported by the current tab control style. | |
8 | An optional client area is supported by the current tab control style. | |
16 | Windows themes are supported by the current tab control style (provided the underlying operating system supports these and themes are enabled). | |
32 | The current tab control style is supported with .NET Compact Framework. | |
64 | The current tab control style has a horizontal layout. If this flag is not provided by the StyleInfo property, the tab control has a vertical layout. | |
4096 | The current tab control style is a dual sided tab control, with tabs along the left and right (or top and bottom). |
Comments
The StyleInfo property returns information about the current tab control style (Style property).