Click or drag to resize

FormIHandler Interface

Interface handler for the Form control

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public interface IHandler : WindowIHandler, 
	PanelIHandler, ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost

The FormIHandler type exposes the following members.

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.
Top
Methods
  NameDescription
Public methodShow
Show the form
Top
See Also