.NET Windows Forms in a Nutshell
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 Returned By
TabControl.DrawMode Passed To
TabControl.DrawMode |