Represents a component that contains multiple child components and manages their layout.
The following tables list the members exposed by the Panel type.
Name | Description | |
---|---|---|
Initializes a new instance of the Panel class. |
Name | Description | |
---|---|---|
Gets the list of child components of this panel. |
||
Gets or sets a reference to the control containing this panel. |
Name | Description | |
---|---|---|
Component.Draw override. Draws child components in specified RenderContext. |
||
Component.HitTest override. Returns the component containing specified point. |
||
Component.Invalidate override. Invalidates the appearance this panel and calls its Draw method at next draw operation. |
||
Component.InvalidateLayout override. Invalidates the current layout and runs a new layout pass before next draw operation. |
||
Component.Measure override. Measures the desired size of this panel and its child components. |
||
Component.Visit override. Implements the visitor design pattern. |