OpenWithDialog Constructor |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public OpenWithDialog(
string filepath
)
Public Sub New (
filepath As String
)
new :
filepath : string -> OpenWithDialog
Parameters
- filepath
- Type: SystemString
File path of the file that should be opened.
See Also