Click or drag to resize

OpenDirectoryParametersInitialDirectory Property

Gets the initial directory that should be displayed by the file dialog box.

Namespace:  DotNetBrowser.Browser.Dialogs.Handlers
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.25.1
Syntax
C#
public string InitialDirectory { get; }

Property Value

Type: String
The initial directory that should be displayed by the file dialog box.
See Also