Click or drag to resize

DialogTClose Method

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
)

Parameters

result
Type: T
Result to return to the caller
See Also