Enum AbstractControl.DrawDefaultBackgroundFlags
Specifies draw default background flags.
[Flags]
public enum AbstractControl.DrawDefaultBackgroundFlags
Fields
DrawBackground = 1Specifies that background should be drawn.
DrawBorder = 2Specifies that border should be drawn.
DrawBorderAndBackground = DrawBackground | DrawBorderSpecifies that both background and border should be drawn.