DataSourceBooleanViewSchemaConverter.GetStandardValues Method (ITypeDescriptorContext)
.NET Framework 3.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
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
Not applicable.
Parameters
- context
A ITypeDescriptorContext that provides a format context.
Return Value
A collection of Boolean values.Reference
DataSourceBooleanViewSchemaConverter ClassDataSourceBooleanViewSchemaConverter Members
System.Web.UI.Design Namespace
System.Web.UI.Design.DataSourceViewSchemaConverter.GetStandardValues
Other Resources
Extending Design-Time SupportHow to: Extend the Appearance and Behavior of Controls in Design Mode
Community Additions
ADD
Show: