System.Web.UI.HtmlControls.HtmlSelectBuilder.GetChildControlType Method

Obtains the Type for the System.Web.UI.HtmlControls.HtmlSelect control's child controls.

Syntax

public override Type GetChildControlType (string tagName, IDictionary attribs)

Parameters

tagName
The tag name of the child control.
attribs
An array of attributes contained in the child control.

Returns

The Type of the System.Web.UI.HtmlControls.HtmlSelect control's specified child control.

Remarks

Use the HtmlSelectBuilder.GetChildControlType(string, IDictionary) method to return the Type of a specified child control in an System.Web.UI.HtmlControls.HtmlSelect control.

Requirements

Namespace: System.Web.UI.HtmlControls
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0