| 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