Click or drag to resize

ContainerIHandler Interface

Handler interface for the Container control

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

The ContainerIHandler type exposes the following members.

Properties
  NameDescription
Public propertyClientSize
Gets or sets the size for the client area of the control
Public propertyRecurseToChildren
Gets a value indicating whether PreLoad/Load/LoadComplete/Unload events are propegated to the children controls
Top
See Also