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