Click or drag to resize

OpenWithDialog Class

Dialog for a user to pick the default application for the given file.
Inheritance Hierarchy

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

The OpenWithDialog type exposes the following members.

Constructors
  NameDescription
Public methodOpenWithDialog
Initializes a new instance of the OpenWithDialog class.
Top
Remarks
The OpenWithDialog on some platforms may run asynchronously, and return immediately after the ShowDialog(Control) call. On some platforms, like Windows, it might not even look like a standard dialog.
See Also