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!

TabAlignment Enumeration

Controls where the tabs will be located in a Tab Control.

[Visual Basic]
Public Enum TabAlignment
[C#]
public enum TabAlignment
[C++]
public enum TabAlignment

[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.

Members

Member Name Description
Bottom Tabs will be located across the bottom of the control.
Left Tabs will be located along the left edge of the control.
Right Tabs will be located along the right edge of the control.
Top Tabs will be located across the top of the control.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace