C# Class Eto.Forms.Form

Inheritance: Window
Afficher le fichier Open project: picoe/Eto Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Form ( ) : System

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

Form ( IHandler handler ) : System

Initializes a new instance of the Eto.Forms.Form class with the specified handler

Show ( ) : void

Show the form

Method Details

Form() public méthode

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

Form() public méthode

Initializes a new instance of the Eto.Forms.Form class with the specified handler
public Form ( IHandler handler ) : System
handler IHandler Handler to use as the implementation of the form.
Résultat System

Show() public méthode

Show the form
public Show ( ) : void
Résultat void