Enum AbstractControl.DrawDefaultBackgroundFlags
Specifies draw default background flags.
[Flags]
public enum AbstractControl.DrawDefaultBackgroundFlags
Fields
BackgroundIsRed = 4Specifies that background should be red. This option has sense only when application is compiled in DEBUG mode and can be used to test whether background is drawn correctly.
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.
UseParentBackColor = 8Specifies that parent color should be used for background.