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
Public Class OpenWithDialog
Inherits CommonDialog
type OpenWithDialog =
class
inherit CommonDialog
end
The OpenWithDialog type exposes the following members.
Constructors
| Name | Description |
---|
| OpenWithDialog |
Initializes a new instance of the OpenWithDialog class.
|
TopRemarks
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