| ThemedExpanderHandler Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: Eto.Forms.ThemedControls
 Syntax
SyntaxThe ThemedExpanderHandler type exposes the following members.
 Constructors
Constructors| Name | Description | |
|---|---|---|
|  | ThemedExpanderHandler | 
            Initializes a new instance of the ThemedExpanderHandler.
             | 
 Properties
Properties| 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.
             | 
 Methods
Methods| 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.) | 
 See Also
See Also