| VistaFileDialogIsVistaFileDialogSupported 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 IsVistaFileDialogSupported { get; }
Public Shared ReadOnly Property IsVistaFileDialogSupported As Boolean
Get
public:
static property bool IsVistaFileDialogSupported {
bool get ();
}
static member IsVistaFileDialogSupported : bool with get
Property Value
Type:
Boolean if Vista-style common file dialgs are supported; otherwise,
.
Remarks
Returns on Windows Vista or newer operating systems.
If this property returns , the VistaFileDialog class (and
its derived classes) will fall back to the regular file dialog.
See Also