Fusion8 Design Relational ListControl Class Library

ListControlConverter.GetStandardValuesSupported Method (ITypeDescriptorContext)

[This is preliminary documentation and subject to change.]

Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.

[Visual Basic]
Overrides Overloads Public Function GetStandardValuesSupported( _
   ByVal context As ITypeDescriptorContext _
) As Boolean
[C#]
public override bool GetStandardValuesSupported(
   ITypeDescriptorContext context
);

Parameters

context
An ITypeDescriptorContext that provides a format context.

Return Value

true

Remarks

As implemented in this class, this method always returns true . This ensures that the list controls on the currnent Web Forms page are always listed.

Notes to Inheritors:    Override this method if the type you want to convert supports standard values.

See Also

ListControlConverter Class | Fusion8Design.WebControls.UI Namespace | ListControlConverter.GetStandardValuesSupported Overload List