Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / DataFieldConverter Class / GetStandardValuesSupported Method / GetStandardValuesSupported(ITypeDescriptorContext) Method
Context information


In This Topic
    GetStandardValuesSupported(ITypeDescriptorContext) Method
    In This Topic
    Determines whether this object supports standard values.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetStandardValuesSupported( _
       ByVal context As ITypeDescriptorContext _
    ) As Boolean
    'Usage
     
    
    Dim instance As DataFieldConverter
    Dim context As ITypeDescriptorContext
    Dim value As Boolean
     
    value = instance.GetStandardValuesSupported(context)
    public override bool GetStandardValuesSupported( 
       ITypeDescriptorContext context
    )

    Parameters

    context
    Context information

    Return Value

    Boolean: true if the object supports standard values; false otherwise
    See Also