Click or drag to resize

VistaFileDialogDownlevelDialog Property

Gets or sets the downlevel file dialog which is to be used if the Vista-style dialog is not supported.

Namespace:  Ookii.Dialogs.Wpf
Assembly:  Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
protected FileDialog DownlevelDialog { get; set; }

Property Value

Type: FileDialog
The regular FileDialog that is used when the Vista-style file dialog is not supported.
Remarks
This property is set by classes that derive from VistaFileDialog.
See Also