HtmlIntrinsicControlDesigner | disposable |
System.Web.UI.Design (system.design.dll) | class |
This base class provides a basic designer for HTML controls (the
controls contained in the
System.Web.UI.HtmlControls namespace).
public class HtmlIntrinsicControlDesigner : HtmlControlDesigner {
// Public Constructors
public HtmlIntrinsicControlDesigner( );
}
Hierarchy
System.Object
System.ComponentModel.Design.ComponentDesigner(System.ComponentModel.Design.IDesigner,
System.IDisposable,
System.ComponentModel.Design.IDesignerFilter)
HtmlControlDesigner
HtmlIntrinsicControlDesigner
|