The various tab controls will let you configure their appearance. This enumeration contains the possible values.
[Visual Basic] Public Enum TabAppearance [C#] public enum TabAppearance [C++] public enum TabAppearance
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
Buttons | Indicates that the tabs look like buttons as seen on the taskbar found in Windows 95 or Windows NT. |
FlatButtons | Indicates that buttons should be draw flat instead of like regular windows pushbuttons. |
Normal | Indicates that the tabs look like normal tabs typically seen in Property page type situations. |
Namespace: System.WinForms
Assembly: System.WinForms.dll