DialogIHandler Interface |
Namespace: Eto.Forms
The DialogIHandler 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
|
Name | Description | |
---|---|---|
![]() | InsertDialogButton |
Adds a positive or negative button to the specified position.
|
![]() | RemoveDialogButton |
Removes a positive or negative button from the specified position.
|
![]() | ShowModal |
Shows the dialog modally, blocking the current thread until it is closed.
|
![]() | ShowModalAsync |
Shows the dialog modally asynchronously
|