ThemedExpanderHandler Class |
Namespace: Eto.Forms.ThemedControls
The ThemedExpanderHandler type exposes the following members.
| Name | Description | |
|---|---|---|
| ThemedExpanderHandler |
Initializes a new instance of the ThemedExpanderHandler.
|
| Name | Description | |
|---|---|---|
| CollapsedButtonText |
Gets or sets the text of the button when Expanded is false.
| |
| Content |
Gets or sets the content of the control when expanded.
| |
| ContextMenu |
Gets or sets the context menu of the expander.
| |
| Expanded |
Gets or sets whether the expander content is visible (expanded).
| |
| ExpandedButtonText |
Gets or sets the text of the button when Expanded is true.
| |
| Header |
Gets or sets the content of the header
| |
| MinimumSize |
Gets or sets the minimum size of this control.
| |
| Padding |
Gets or sets the padding around the Content.
|
| Name | Description | |
|---|---|---|
| AttachEvent |
Attaches the handler events.
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackAttachEvent(String).) | |
| Initialize |
Initializes the control after attached to a widget.
(Overrides ThemedControlHandlerTControl, TWidget, TCallbackInitialize.) |