Property | Type | Description |
---|
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
|
public Form ( IHandler handler ) : System | ||
handler | IHandler | Handler to use as the implementation of the form. |
return | System |