HtmlIntrinsicControlDesigner Class
Provides a base designer for all intrinsic HTML controls.
For a list of all members of this type, see HtmlIntrinsicControlDesigner Members.
System.Object
System.ComponentModel.Design.ComponentDesigner
System.Web.UI.Design.HtmlControlDesigner
System.Web.UI.Design.HtmlIntrinsicControlDesigner
[Visual Basic] Public Class HtmlIntrinsicControlDesigner Inherits HtmlControlDesigner [C#] public class HtmlIntrinsicControlDesigner : HtmlControlDesigner [C++] public __gc class HtmlIntrinsicControlDesigner : public HtmlControlDesigner [JScript] public class HtmlIntrinsicControlDesigner extends HtmlControlDesigner
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
Intrinsic HTML controls are defined within, or derived from classes defined within, the HtmlControl namespace.
Requirements
Namespace: System.Web.UI.Design
Platforms: Windows 2000, Windows XP Professional, Windows Server 2003 family
Assembly: System.Design (in System.Design.dll)
See Also
HtmlIntrinsicControlDesigner Members | System.Web.UI.Design Namespace