System.Web.UI.WebControls.ControlIDConverter.GetStandardValuesExclusive Method

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.

Syntax

public override bool GetStandardValuesExclusive (System.ComponentModel.ITypeDescriptorContext context)

Parameters

context
An System.ComponentModel.ITypeDescriptorContext that provides a format context.

Returns

false in all cases.

Remarks

As implemented in this class, this method always returns false.

Requirements

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