System.Web.UI.HtmlControls Namespace HtmlContainerControl Class
Initializes a new instance of an HtmlContainerControl class using default values.
[ VB ]
Overloads Public Sub New ( )
[ C# ]
public HtmlContainerControl ( );
[ C++ ]
public: HtmlContainerControl ( );
[ JScript ]
public function HtmlContainerControl ( );
Use this constructor to create and initialize a new instance of the HtmlContainerControl class using default values.
NOTE: This class is not instantiated directly. This constructor is called from the constructor of other HTML control classes to initialize properties defined in this class.
This constructor sets the initial TagName property value to span.
HtmlContainerControl Members HtmlContainerControl Constructor Overload List