Click or drag to resize

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)
Syntax
public Environment.SpecialFolder RootFolder { get; set; }

Property Value

Type: Environment.SpecialFolder
One of the Environment.SpecialFolder values. The default is Desktop.
Exceptions
See Also