System.Web.UI.WebControls.ControlPropertyNameConverter.GetStandardValuesExclusive Method

Returns a value that indicates whether the collection of standard values returned by the erload:System.Web.UI.WebControls.ControlPropertyNameConverter.GetStandardValues 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 that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null.

Returns

false in all cases, which indicates that the list is not exclusive.

Remarks

The ControlPropertyNameConverter.GetStandardValuesExclusive(System.ComponentModel.ITypeDescriptorContext) method always returns false to indicate that the list of property values returned by the erload:System.Web.UI.WebControls.ControlPropertyNameConverter.GetStandardValues method is not an exclusive list of possible values.

Use the context parameter to extract additional information about the environment from which this converter is invoked. This parameter can be null, and properties on the context object can return null.

Requirements

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