Search
Panel Methods
 


 Public Methods

  Name Description

draw

Component.Draw override. Draws child components in specified RenderContext.

hitTest

Component.HitTest override. Returns the component containing specified point.

invalidate

Component.Invalidate override. Invalidates the appearance this panel and calls its Draw method at next draw operation.

invalidateLayout

Component.InvalidateLayout override. Invalidates the current layout and runs a new layout pass before next draw operation.

measure

Component.Measure override. Measures the desired size of this panel and its child components.

visit

Component.Visit override. Implements the visitor design pattern.

 See Also