.NET Windows Forms in a Nutshell

TabDrawMode serializable

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

Категории