Base class for all container controls. Controls that are allowed to contain other Html elements.

Namespace:  ArtOfTest.WebAii.Controls.HtmlControls
Assembly:  ArtOfTest.WebAii (in ArtOfTest.WebAii.dll) Version: 2.0.7.0 (2.0.7.0)

Syntax

C#
public class HtmlContainerControl : HtmlControl
Visual Basic (Declaration)
Public Class HtmlContainerControl _
	Inherits HtmlControl
Visual C++
public ref class HtmlContainerControl : public HtmlControl

Inheritance Hierarchy

See Also