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. |