asp.net.ph

HtmlContainerControl Constructor ( String )

System.Web.UI.HtmlControls Namespace   HtmlContainerControl Class


Initializes a new instance of the HtmlContainerControl class using the specified tag name.

[ VB ]
Overloads Public Sub New ( _
   ByVal tag As String _
) 

[ C# ]
public HtmlContainerControl (
   string tag
);

[ C++ ]
public: HtmlContainerControl (
   String* tag
);

[ JScript ]
public function HtmlContainerControl (
   tag : String
);

Parameters

tag
A string that specifies the tag name of the control.

Remarks

Use this constructor to create and initialize a new instance of the HtmlContainerControl class using the specified tag name.

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 the given tag argument. If this is an empty string, the initial TagName property value is set 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