Table of Contents

Enum AbstractControl.DrawDefaultBackgroundFlags

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Specifies draw default background flags.

[Flags]
public enum AbstractControl.DrawDefaultBackgroundFlags

Fields

BackgroundIsRed = 4

Specifies 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 = 1

Specifies that background should be drawn.

DrawBorder = 2

Specifies that border should be drawn.

DrawBorderAndBackground = DrawBackground | DrawBorder

Specifies that both background and border should be drawn.

UseParentBackColor = 8

Specifies that parent color should be used for background.