VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.TypeConverters Namespace / AnnotationFontNameConverter Class / GetStandardValuesExclusive Methods / GetStandardValuesExclusive(ITypeDescriptorContext) Method
Syntax Requirements SeeAlso
In This Topic
GetStandardValuesExclusive(ITypeDescriptorContext) Method (AnnotationFontNameConverter)
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
)

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 10; .NET 9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

See Also