DataSourceBooleanViewSchemaConverter.GetStandardValues Method (ITypeDescriptorContext)

 

Returns a list of available Boolean values that can be assigned to the associated field.

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

public override TypeConverter.StandardValuesCollection GetStandardValues(
	ITypeDescriptorContext context
)

Parameters

context
Type: System.ComponentModel.ITypeDescriptorContext

A ITypeDescriptorContext that provides a format context.

Return Value

Type: System.ComponentModel.TypeConverter.StandardValuesCollection

A collection of Boolean values.

.NET Framework
Available since 2.0
Return to top
Show: