DekGenius.com
[ Team LiB ] Previous Section Next Section

TabDrawModeserializable

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

This enumeration is used by TabControl.DrawMode to determine whether owner draw is to be enabled.

public enum TabDrawMode {
   Normal = 0,
   OwnerDrawFixed = 1
}

Hierarchy

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

Returned By

TabControl.DrawMode

Passed To

TabControl.DrawMode

    [ Team LiB ] Previous Section Next Section