| VistaFileDialogIsVistaFileDialogSupported 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)
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 on Windows Vista or newer operating systems; otherwise,
.
See Also