Click or drag to resize

CommonDialogIHandler Interface

Handler interface for the CommonDialog

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WidgetIHandler

The CommonDialogIHandler type exposes the following members.

Methods
  NameDescription
Public methodShowDialog
Shows the dialog with the specified parent window, blocking until a result is returned.
Top
See Also