Click or drag to resize

VistaFolderBrowserDialogRootFolder 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 EnvironmentSpecialFolder RootFolder { get; set; }

Property Value

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