System.Web.UI.WebControls.ControlIDConverter.GetStandardValuesSupported Method

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.

Syntax

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

Parameters

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

Returns

true if ControlIDConverter.GetStandardValues(System.ComponentModel.ITypeDescriptorContext) should be called to find a common set of control ID values the object supports; otherwise, false. This implementation returns true if the context is not null; otherwise, false.

Remarks

Documentation for this section has not yet been entered.

Requirements

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