  | VistaFolderBrowserDialogIsVistaFolderDialogSupported Property  | 
 
            Gets a value that indicates whether the current OS supports Vista-style common file dialogs.
            
 
    Namespace: 
   Ookii.Dialogs
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static bool IsVistaFolderDialogSupported { get; }Public Shared ReadOnly Property IsVistaFolderDialogSupported As Boolean
	Get
public:
static property bool IsVistaFolderDialogSupported {
	bool get ();
}static member IsVistaFolderDialogSupported : bool with get
Property Value
Type: 
Boolean on Windows Vista or newer operating systems; otherwise, 
.
            
See Also