VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBaseConverter Class / GetStandardValues Methods / GetStandardValues(ITypeDescriptorContext) Method
Syntax Requirements SeeAlso
In This Topic
    GetStandardValues(ITypeDescriptorContext) Method (ColorBaseConverter)
    In This Topic
    Returns a collection of standard values for the data type this type converter is designed for when provided with a format context.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function GetStandardValues( _
    ByVal context
    An ITypeDescriptorContext that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null.
    As System.ComponentModel.ITypeDescriptorContext _
    ) As System.ComponentModel.StandardValuesCollection

    Parameters

    context
    An ITypeDescriptorContext that provides a format context that can be used to extract additional information about the environment from which this converter is invoked. This parameter or properties of this parameter can be null.

    Return Value

    A TypeConverter.StandardValuesCollection that contains a standard set of valid values, or null if the data type does not support a standard set of values.
    Requirements

    Target Platforms: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also