| GlassIsDwmCompositionEnabled Property |
Gets a value that indicates whether desktop composition is enabled.
Namespace:
Ookii.Dialogs
Assembly:
Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public static bool IsDwmCompositionEnabled { get; }
Public Shared ReadOnly Property IsDwmCompositionEnabled As Boolean
Get
public:
static property bool IsDwmCompositionEnabled {
bool get ();
}
static member IsDwmCompositionEnabled : bool with get
Property Value
Type:
Boolean when desktop composition is supported and enabled; otherwise,
.
See Also