  | GlassOSSupportsDwmComposition Property  | 
 
            Gets a value that indicates whether the operating system supports composition through the Desktop Window Manager.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool OSSupportsDwmComposition { get; }Public Shared ReadOnly Property OSSupportsDwmComposition As Boolean
	Get
public:
static property bool OSSupportsDwmComposition {
	bool get ();
}static member OSSupportsDwmComposition : bool with get
Property Value
Type: 
Boolean on operating systems that support the Desktop Window Manager (Windows Vista and higher); otherwise, 
.
            
See Also