VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.ImageColors Namespace / ColorBaseConverter Class / GetStandardValuesExclusive Methods / GetStandardValuesExclusive(ITypeDescriptorContext) Method
Syntax Requirements SeeAlso
In This Topic
    GetStandardValuesExclusive(ITypeDescriptorContext) Method (ColorBaseConverter)
    In This Topic
    Returns whether the collection of standard values returned from GetStandardValues is an exclusive list of possible values, using the specified context.
    Syntax
    'Declaration
    
    Public Overloads Overrides Function GetStandardValuesExclusive( _
    ByVal context
    An ITypeDescriptorContext that provides a format context.
    As System.ComponentModel.ITypeDescriptorContext _
    ) As Boolean
    public override bool GetStandardValuesExclusive(
    System.ComponentModel.ITypeDescriptorContext context
    )
    public: bool GetStandardValuesExclusive(
    System.ComponentModel.ITypeDescriptorContext* context
    ); override
    public:
    bool GetStandardValuesExclusive(
    System.ComponentModel.ITypeDescriptorContext^ context
    ); override

    Parameters

    context
    An ITypeDescriptorContext that provides a format context.

    Return Value

    True if the TypeConverter.StandardValuesCollection returned from GetStandardValues is an exhaustive list of possible values;
    false if other values are possible.
    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