Click or drag to resize

ThemedContainerHandlerTControl, TWidget, TCallback Class

Base class for implementing Eto Container control handlers using Eto controls.
Inheritance Hierarchy
SystemObject
  EtoWidgetHandlerTWidget
    EtoWidgetHandlerTControl, TWidget
      EtoWidgetHandlerTControl, TWidget, TCallback
        Eto.FormsThemedControlHandlerTControl, TWidget, TCallback
          Eto.FormsThemedContainerHandlerTControl, TWidget, TCallback
            Eto.Forms.ThemedControlsThemedDocumentControlHandler
            Eto.Forms.ThemedControlsThemedDocumentPageHandler
            Eto.Forms.ThemedControlsThemedExpanderHandler
            Eto.Forms.ThemedControlsThemedSplitterHandler

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public abstract class ThemedContainerHandler<TControl, TWidget, TCallback> : ThemedControlHandler<TControl, TWidget, TCallback>, 
	ContainerIHandler, ControlIHandler, WidgetIHandler
where TControl : Container
where TWidget : Container
where TCallback : ControlICallback

Type Parameters

TControl
The Eto control used to create the custom implementation
TWidget
The container being implemented.
TCallback
The callback inferface for the control, e.g. TabControl.ICallback

The ThemedContainerHandlerTControl, TWidget, TCallback type exposes the following members.

Constructors
  NameDescription
Protected methodThemedContainerHandlerTControl, TWidget, TCallback
Initializes a new instance of the ThemedContainerHandlerTControl, TWidget, TCallback class
Top
Properties
  NameDescription
Public propertyClientSize
Gets or sets the size of the client.
Public propertyRecurseToChildren
Gets a value indicating whether PreLoad/Load/LoadComplete/Unload events are propegated to the children controls
Top
See Also