System.Web.UI.WebControls.ControlIDConverter Members

The members of System.Web.UI.WebControls.ControlIDConverter are listed below.

See Also: Inherited members from System.ComponentModel.StringConverter

Public Constructors

Initializes a new instance of the System.Web.UI.WebControls.ControlIDConverter class.

Public Methods

override
GetStandardValues(System.ComponentModel.ITypeDescriptorContext) : System.ComponentModel.TypeConverter.StandardValuesCollection

Returns a collection of control IDs from the container within the System.ComponentModel.Design.IDesignerHost when provided with a format context.

override
GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) : bool

Returns a value indicating whether the collection of standard values returned by the ControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method is an exclusive list of possible values, using the specified context.

override
GetStandardValuesSupported(System.ComponentModel.ITypeDescriptorContext) : bool

Returns a value indicating whether this object supports a standard set of control ID values that can be picked from a list, using the specified context.

Protected Methods

FilterControl(System.Web.UI.Control) : bool

Returns a value indicating whether the control ID of the specified control is added to the System.ComponentModel.TypeConverter.StandardValuesCollection that is returned by the ControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) method.