ExpanderIHandler Interface |
Handler interface for platform implementations of the
Expander.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public interface IHandler : PanelIHandler,
ContainerIHandler, ControlIHandler, WidgetIHandler, IContextMenuHost
Public Interface IHandler
Inherits PanelIHandler, ContainerIHandler, ControlIHandler, WidgetIHandler,
IContextMenuHost
type IHandler =
interface
interface PanelIHandler
interface ContainerIHandler
interface ControlIHandler
interface WidgetIHandler
interface IContextMenuHost
end
The ExpanderIHandler type exposes the following members.
Properties
| Name | Description |
---|
| Expanded |
Gets or sets a value indicating whether the Content is expanded/visible.
|
| Header |
Gets or sets the header control.
|
TopSee Also