Click or drag to resize

DialogIHandler Interface

Handler interface for the Dialog class

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WindowIHandler, 
	PanelIHandler, ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost

The DialogIHandler type exposes the following members.

Properties
  NameDescription
Public propertyAbortButton
Gets or sets the abort button.
Public propertyDefaultButton
Gets or sets the default button.
Public propertyDisplayMode
Gets or sets the display mode hint
Top
Methods
  NameDescription
Public methodInsertDialogButton
Adds a positive or negative button to the specified position.
Public methodRemoveDialogButton
Removes a positive or negative button from the specified position.
Public methodShowModal
Shows the dialog modally, blocking the current thread until it is closed.
Public methodShowModalAsync
Shows the dialog modally asynchronously
Top
See Also