DekGenius.com
[ Team LiB ] Previous Section Next Section

TabSizeModeserializable

System.Windows.Forms (system.windows.forms.dll)enum

This enumeration lists the possible TabControl.SizeMode options.

public enum TabSizeMode {
   Normal = 0,
   FillToRight = 1,
   Fixed = 2
}

Hierarchy

System.Object System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) TabSizeMode

Returned By

TabControl.SizeMode

Passed To

TabControl.SizeMode

    [ Team LiB ] Previous Section Next Section