Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
virtual bool GetStandardValuesSupported(
	ITypeDescriptorContext^ context
) override

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:
© 2017 Microsoft