Interface handler for the
Form control
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic interface IHandler : WindowIHandler,
PanelIHandler, ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost
Public Interface IHandler
Inherits WindowIHandler, PanelIHandler, ContainerIHandler, ControlIHandler,
WidgetIHandler, IContextMenuHost
type IHandler =
interface
interface WindowIHandler
interface PanelIHandler
interface ContainerIHandler
interface ControlIHandler
interface WidgetIHandler
interface IContextMenuHost
end
The FormIHandler type exposes the following members.
Properties
| Name | Description |
---|
 | CanFocus |
Gets or sets a value indicating that this form can get keyboard/input focus when the user clicks on it or any child control.
|
 | ShowActivated |
Gets or sets a value indicating that the form should be activated when initially shown.
|
Top
Methods
| Name | Description |
---|
 | Show |
Show the form
|
Top
See Also