Dialog Class |
Namespace: Eto.Forms
The Dialog type exposes the following members.
Name | Description | |
---|---|---|
![]() | AbortButton |
Gets or sets the abort button.
|
![]() | DefaultButton |
Gets or sets the default button.
|
![]() | DisplayMode |
Gets or sets the display mode hint
|
![]() | NegativeButtons |
Gets the negative buttons list, these buttons are automatically added to the dialog.
|
![]() | PositiveButtons |
Gets the positive buttons list, these buttons are automatically added to the dialog.
|
Name | Description | |
---|---|---|
![]() | ShowModal |
Shows the dialog modally, blocking the current thread until it is closed.
|
![]() | ShowModal(Control) |
Shows the dialog modally, blocking the current thread until it is closed.
|
![]() | ShowModalAsync |
Shows the dialog modally asynchronously
|
![]() | ShowModalAsync(Control) |
Shows the dialog modally asynchronously
|