Panel Class |
Namespace: Eto.Forms
The Panel type exposes the following members.
| Name | Description | |
|---|---|---|
| Panel |
Initializes a new instance of the Panel class.
| |
| Panel(PanelIHandler) |
Initializes a new instance of the Panel class with the specified handler.
|
| Name | Description | |
|---|---|---|
| Content |
Gets or sets the main content of the panel.
| |
| ContextMenu |
Gets or sets the context menu for the panel.
| |
| Controls |
Gets an enumeration of controls that are directly contained by this container
(Overrides ContainerControls.) | |
| MinimumSize |
Gets or sets the minimum size of the panel.
| |
| Padding |
Gets or sets the padding around the Content of the panel.
|
| Name | Description | |
|---|---|---|
| Remove |
Removes the specified child from the container
(Overrides ContainerRemove(Control).) |