Layout.IHandler Interface |
Platform handler interface for the the
Layout class
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic interface IHandler : Container.IHandler,
Control.IHandler, Widget.IHandler
Public Interface IHandler
Inherits Container.IHandler, Control.IHandler, Widget.IHandler
type IHandler =
interface
interface Container.IHandler
interface Control.IHandler
interface Widget.IHandler
end
The Layout.IHandler type exposes the following members.
Methods
| Name | Description |
---|
 | Update |
Re-calculates the layout of the controls and re-positions them, if necessary
|
Top
See Also