System.Web.UI.WebControls.ControlIDConverter Class

Provides a type converter that retrieves a list of control IDs in the current container.

See Also: ControlIDConverter Members

Syntax

public class ControlIDConverter : System.ComponentModel.StringConverter

Remarks

The System.Web.UI.WebControls.ControlIDConverter class derives from the System.ComponentModel.StringConverter class and provides a list of control IDs for display in a property grid control in design-time environments. The System.Web.UI.WebControls.ControlIDConverter class also serves as the base class for the System.Web.UI.WebControls.AssociatedControlConverter and System.Web.UI.WebControls.ValidatedControlConverter classes, which are type converters for Web controls and controls that support validation property attributes, respectively.

For more information about type converters, see [<topic://cpconImplementingTypeConverter>] or [<topic://cpconGeneralizedTypeConversion>].

Requirements

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