This class provides the design-time representation for the System.Web.UI.WebControls.Panel control. The design-time view corresponds closely with the runtime view, except it adds a thin border to make the panel control's size and position clearly visible.
public class PanelDesigner : System.Web.UI.Design.ReadWriteControlDesigner { // Public Constructors public PanelDesigner( ); // Protected Instance Methods protected override void MapPropertyToStyle(string propName, object varPropValue); // overrides System.Web.UI.Design.ReadWriteControlDesigner protected override void OnBehaviorAttached( ); // overrides System.Web.UI.Design.ReadWriteControlDesigner }