Click or drag to resize

OpenWithDialog Constructor

Initializes a new instance of the OpenWithDialog class.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public OpenWithDialog(
	string filepath
)

Parameters

filepath
Type: SystemString
File path of the file that should be opened.
See Also