C# Class Eto.Forms.CommonDialog

Inheritance: InstanceWidget
Afficher le fichier Open project: picoe/Eto

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
CommonDialog ( ) : System

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

Method Details

CommonDialog() protected méthode

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

ShowDialog() public méthode

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

ShowDialog() public méthode

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