| VistaFolderBrowserDialogIsVistaFolderDialogSupported Property |
Gets a value that indicates whether the current OS supports Vista-style common file dialogs.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public 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