CommonDialogIHandlerShowDialog Method |
Shows the dialog with the specified parent window, blocking until a result is returned.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax DialogResult ShowDialog(
Window parent
)
Function ShowDialog (
parent As Window
) As DialogResult
abstract ShowDialog :
parent : Window -> DialogResult
Parameters
- parent
- Type: Eto.FormsWindow
Parent window.
Return Value
Type:
DialogResultThe dialog result.
See Also