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; }
Public Property Result As T
Get
Set
member Result : 'T with get, set
Property Value
Type:
TThe result.
See Also