Click or drag to resize

SelectFolderDialog Class

Dialog for the user to select a folder in the filesystem
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class SelectFolderDialog : CommonDialog

The SelectFolderDialog type exposes the following members.

Constructors
  NameDescription
Public methodSelectFolderDialog
Initializes a new instance of the SelectFolderDialog class
Top
Properties
  NameDescription
Public propertyDirectory
Gets or sets the selected directory.
Public propertyTitle
Gets or sets the title of dialog
Top
See Also