Click or drag to resize

Form Class

Non-modal form window
Inheritance Hierarchy

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class Form : Window

The Form type exposes the following members.

Constructors
  NameDescription
Public methodForm
Initializes a new instance of the Form class.
Public methodForm(FormIHandler)
Initializes a new instance of the Form class with the specified handler
Top
Properties
  NameDescription
Public propertyCanFocus
Gets or sets a value indicating that this form can get keyboard/input focus when the user clicks on it or any child control.
Public propertyShowActivated
Gets or sets a value indicating that the form should be activated when initially shown.
Public propertyVisible
Gets or sets a value indicating whether this Control is visible to the user.
(Overrides ControlVisible.)
Top
Methods
  NameDescription
Public methodShow
Show the form
Top
See Also