ApplicationIHandlerOpen Method |
Open the specified file or url with its associated application.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax Sub Open (
url As String
)
abstract Open :
url : string -> unit
Parameters
- url
- Type: SystemString
url or file path to open
See Also