C# Class Eto.Forms.Form

Inheritance: Window
Datei anzeigen Open project: picoe/Eto Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method 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 method

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

Form() public method

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.
return System

Show() public method

Show the form
public Show ( ) : void
return void