Enum SystemBackdropType
Enumerates the various backdrop types that can be applied to a window’s background.
Namespace: TheXDS.MCART.PInvoke.Models
Assembly: MCART.Windows.dll
Syntax
[CLSCompliant(false)]
public enum SystemBackdropType : uint
Fields
| Name | Description |
|---|---|
| Auto | Automatic background. Windows determines the type to draw. |
| MainWindow | Background for the main window. |
| None | Do not draw a background. |
| TabbedWindow | Background for a tabbed window. |
| TransientWindow | Background for a transient window. |