asp.net.ph

HtmlContainerControl Constructor ( )

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 ( );

Remarks

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.

See Also

HtmlContainerControl Members   HtmlContainerControl Constructor Overload List Skip Navigation Links




Previous page Back to top Next page

Check out related books at Amazon

© 2025 Reynald Nuñez and asp.net.ph. All rights reserved.

If you have any question, comment or suggestion
about this site, please send us a note