 | VistaFolderBrowserDialog.RootFolder Property |
Gets or sets the root folder where the browsing starts from. This property has no effect if the Vista style
dialog is used.
Namespace:
Ookii.Dialogs.Wpf
Assembly:
Ookii.Dialogs.Wpf (in Ookii.Dialogs.Wpf.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Environment.SpecialFolder RootFolder { get; set; }
Public Property RootFolder As Environment.SpecialFolder
Get
Set
public:
property Environment.SpecialFolder RootFolder {
Environment.SpecialFolder get ();
void set (Environment.SpecialFolder value);
}
member RootFolder : Environment.SpecialFolder with get, set
Property Value
Type:
Environment.SpecialFolder
One of the
Environment.SpecialFolder values. The default is Desktop.
Exceptions
See Also