DataSourceBooleanViewSchemaConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework 2.0
Note: This method is new in the .NET Framework version 2.0.
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)
DataSourceBooleanViewSchemaConverter Members
System.Web.UI.Design Namespace
System.Web.UI.Design.DataSourceViewSchemaConverter.GetStandardValues
System.Web.UI.Design.DataSourceViewSchemaConverter.GetStandardValues
How to: Extend the Appearance and Behavior of Controls in Design Mode
Extending Design-Time Support
How to: Extend the Appearance and Behavior of Controls in Design Mode
Assembly: System.Design (in system.design.dll)
public: virtual StandardValuesCollection^ GetStandardValues ( ITypeDescriptorContext^ context ) override
public StandardValuesCollection GetStandardValues ( ITypeDescriptorContext context )
public override function GetStandardValues ( context : ITypeDescriptorContext ) : StandardValuesCollection
Parameters
- context
A ITypeDescriptorContext that provides a format context.
Return Value
A collection of Boolean values.Windows 98, Windows 2000 SP4, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.
Reference
DataSourceBooleanViewSchemaConverter ClassDataSourceBooleanViewSchemaConverter Members
System.Web.UI.Design Namespace
System.Web.UI.Design.DataSourceViewSchemaConverter.GetStandardValues
System.Web.UI.Design.DataSourceViewSchemaConverter.GetStandardValues
Other Resources
Extending Design-Time SupportHow to: Extend the Appearance and Behavior of Controls in Design Mode
Extending Design-Time Support
How to: Extend the Appearance and Behavior of Controls in Design Mode
Show: