VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging.Annotation.TypeConverters Namespace / AnnotationFontNameConverter Class / GetStandardValuesSupported Methods / GetStandardValuesSupported(ITypeDescriptorContext) Method
Syntax Requirements SeeAlso
In This Topic
GetStandardValuesSupported(ITypeDescriptorContext) Method (AnnotationFontNameConverter)
In This Topic
Returns whether this object supports a standard set of values that can be picked from a list, using the specified context.
Syntax
'Declaration

Public Overloads Overrides Function GetStandardValuesSupported( _
ByVal context
An ITypeDescriptorContext that provides a format context.
As System.ComponentModel.ITypeDescriptorContext _
) As Boolean
public override bool GetStandardValuesSupported(
System.ComponentModel.ITypeDescriptorContext context
)

Parameters

context
An ITypeDescriptorContext that provides a format context.

Return Value

True if GetStandardValues should be called to find a common set of values the object supports; otherwise, false.
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