Name

ReadWriteControlDesigner

Synopsis

This class provides functionality for designers. In the .NET framework, only the System.Web.UI.Design.WebControls.PanelDesigner derives from this class. It uses read/write functionality to provide a design-time surface where you can directly type static inner text for the Panel control.

Public Class ReadWriteControlDesigner : Inherits ControlDesigner
' Public Constructors
   Public Sub New() 
' Public Instance Methods
   Overrides Public Sub OnComponentChanged(
        ByVal sender As Object, 
        ByVal ce As System.ComponentModel.Design.ComponentChangedEventArgs) 
' Protected Instance Methods
   Overridable Protected Sub MapPropertyToStyle(
        ByVal propName As String, 
        ByVal varPropValue As Object) 
   Overrides Protected Sub OnBehaviorAttached() 
End Class

Hierarchy

System.Object System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner, System.IDisposable, System.ComponentModel.Design.IDesignerFilter)HtmlControlDesignerControlDesigner ReadWriteControlDesigner

Get ASP.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.