Click or drag to resize

SelectFolderDialogIHandler Interface

Handler interface for the SelectFolderDialog

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : CommonDialogIHandler, 
	WidgetIHandler

The SelectFolderDialogIHandler type exposes the following members.

Properties
  NameDescription
Public propertyDirectory
Gets or sets the selected directory.
Public propertyTitle
Gets or sets the title of dialog
Top
See Also