Initializes a new instance of the C1ThemeableControl class using the specified HTML tag.

Namespace:  C1.Web.iPhone
Assembly:  C1.Web.iPhone.3 (in C1.Web.iPhone.3.dll)

Syntax

C#
public C1ThemeableControl(
	HtmlTextWriterTag tag
)
Visual Basic
Public Sub New ( _
	tag As HtmlTextWriterTag _
)

See Also