Click or drag to resize

CommonDialog Class

Base class for common dialogs
Inheritance Hierarchy
SystemObject
  EtoWidget
    Eto.FormsCommonDialog
      More...

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class CommonDialog : Widget

The CommonDialog type exposes the following members.

Constructors
  NameDescription
Protected methodCommonDialog
Initializes a new instance of the CommonDialog class.
Top
Methods
  NameDescription
Public methodShowDialog(Control)
Shows the dialog with the specified parent, blocking until a result is returned.
Public methodShowDialog(Window)
Shows the dialog with the specified parent window, blocking until a result is returned.
Top
See Also
Inheritance Hierarchy