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.
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. |
Namespace: System.WinForms
Assembly: System.WinForms.dll