  | 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
    Assembly:
   Ookii.Dialogs (in Ookii.Dialogs.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxprotected 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 downlevel file dialog which is to be used if the Vista-style
            dialog is not supported.
            
See Also