WidgetDialogBuilder
Description
- Derived from
-
Disposable abstract
Builder for WidgetDialog instances.
Public / Methods
ButtonCancel
Specifies the default dialog button for DialogResultCode.Cancel:
'Cancel
' with KeyboardKey.Backspace + InputModifiers.Control
ButtonNo
Specifies the default dialog button for DialogResultCode.Cancel:
'No
' with KeyboardKey.Backspace + InputModifiers.Control
ButtonOk
Specifies the default dialog button for DialogResultCode.Ok:
'Ok
' with KeyboardKey.Backspace + InputModifiers.Control
ButtonYes
Specifies the default dialog button for DialogResultCode.Ok:
'Yes
' with KeyboardKey.Backspace + InputModifiers.Control
Content
3 overloads
Specifies content for the dialog.
Multiple content components may be specified for a dialog. They will be stacked vertically.
Specifies content for the dialog.
Multiple content components may be specified for a dialog. They will be stacked vertically.
- ValidatingException
-
If one or more parsing errors have occurred.
- See also
Specifies content for the dialog.
Multiple content components may be specified for a dialog. They will be stacked vertically.
- See also
Result
Specifies the result value that will be passed to DialogEventArgs.ResultValue for DialogResultCode.Ok.
The default result value is null
.