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




Home
Suggested Reading


Previous page Back to top Next page

© 2000-2010 Rey Nuñez All rights reserved.

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

You can help support asp.net.ph