Click or drag to resize

DialogTResult Property

Gets or sets the result of the dialog

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public T Result { get; set; }

Property Value

Type: T
The result.
See Also