DataControlReferenceIDConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)

.NET Framework (current version)
 

Returns a value that indicates whether this converter supports a standard set of control names that can be selected from the collection.

Namespace:   System.Web.DynamicData.Design
Assembly:  System.Web.DynamicData.Design (in System.Web.DynamicData.Design.dll)

Public Overrides Function GetStandardValuesSupported (
	context As ITypeDescriptorContext
) As Boolean

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext

An object that provides context information to this type converter.

Return Value

Type: System.Boolean

Always true.

.NET Framework
Available since 4.0
Return to top
Show: