| 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; }
Protected Property DownlevelDialog As FileDialog
Get
Set
protected:
property FileDialog^ DownlevelDialog {
FileDialog^ get ();
void set (FileDialog^ value);
}
member DownlevelDialog : FileDialog with get, set
Property Value
Type:
FileDialog
The regular
FileDialog that is used when the Vista-style file dialog
is not supported.
Remarks See Also