PanelDesigner

PanelDesignerdisposable

System.Web.UI.Design.WebControls (system.design.dll)class

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
}

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter) System.Web.UI.Design.HtmlControlDesigner System.Web.UI.Design.ControlDesigner System.Web.UI.Design.ReadWriteControlDesigner PanelDesigner



    Part I: Introduction to ASP.NET
    Part III: Namespace Reference
    Chapter 40. The System.Web.UI.MobileControls Namespace
    Chapter 42. The System.Web.UI.WebControls Namespace