Close the dialog with the specified result
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public void Close(
T result
)
Public Sub Close (
result As T
)
member Close :
result : 'T -> unit
Parameters
- result
- Type: T
Result to return to the caller
See Also