C# Class Eto.Forms.CommonDialog

Inheritance: InstanceWidget
Mostrar archivo Open project: picoe/Eto

Private Properties

Property Type Description

Public Methods

Method Description
ShowDialog ( Control parent ) : DialogResult

Shows the dialog with the specified parent, blocking until a result is returned.

ShowDialog ( Window parent ) : DialogResult

Shows the dialog with the specified parent window, blocking until a result is returned.

Protected Methods

Method Description
CommonDialog ( ) : System

Initializes a new instance of the Eto.Forms.CommonDialog class.

Method Details

CommonDialog() protected method

Initializes a new instance of the Eto.Forms.CommonDialog class.
protected CommonDialog ( ) : System
return System

ShowDialog() public method

Shows the dialog with the specified parent, blocking until a result is returned.
public ShowDialog ( Control parent ) : DialogResult
parent Control Parent control
return DialogResult

ShowDialog() public method

Shows the dialog with the specified parent window, blocking until a result is returned.
public ShowDialog ( Window parent ) : DialogResult
parent Window Parent window.
return DialogResult