Enum ControlBackgroundStyle
Enumerates control background painting styles.
public enum ControlBackgroundStyle
Fields
Erase = 0
Default background style value indicating that the background may be erased in the user-defined 'Erase Background' event handler.
Paint = 2
Indicates that the background is only erased in the user-defined 'Paint' event handler.
System = 1
Use the default background, as determined by the system or the current theme.
Transparent = 3
Indicates that the control background is not erased, letting the parent control show through.