This documentation is archived and is not being maintained.
TabSizeMode Enumeration
.NET Framework 1.1
Specifies how tabs in a tab control are sized.
[Visual Basic] <Serializable> Public Enum TabSizeMode [C#] [Serializable] public enum TabSizeMode [C++] [Serializable] __value public enum TabSizeMode [JScript] public Serializable enum TabSizeMode
Remarks
This enumeration is used by members such as TabControl.SizeMode.
Members
| Member name | Description |
|---|---|
| FillToRight | The width of each tab is sized so that each row of tabs fills the entire width of the container control. This is only applicable to tab controls with more than one row. |
| Fixed | All tabs in a control are the same width. |
| Normal | The width of each tab is sized to accommodate what is displayed on the tab, and the size of tabs in a row are not adjusted to fill the entire width of the container control. |
Requirements
Namespace: System.Windows.Forms
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
See Also
Show: