NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

TabAppearance Enumeration

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace