Click or drag to resize

OpenImageFileDialogInitialDirectory Property

Gets or sets the initial directory displayed by the file dialog box.

Namespace:  Atalasoft.Imaging.WinControls
Assembly:  Atalasoft.dotImage.WinControls (in Atalasoft.dotImage.WinControls.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public string InitialDirectory { get; set; }

Property Value

Type: String
The initial directory displayed by the file dialog box. The default is an empty string ("").
See Also