  | TaskDialogOSSupportsTaskDialogs Property  | 
 
            Gets a value that indicates whether the current operating system supports task dialogs.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool OSSupportsTaskDialogs { get; }Public Shared ReadOnly Property OSSupportsTaskDialogs As Boolean
	Get
public:
static property bool OSSupportsTaskDialogs {
	bool get ();
}static member OSSupportsTaskDialogs : bool with get
Property Value
Type: 
Boolean
            Returns 
 for Windows Vista or later; otherwise 
.
            
See Also