VintaSoft Imaging .NET SDK 15.1: Documentation for .NET developer
Vintasoft.Imaging Namespace / RegionOfInterestTypeConverter Class / GetPropertiesSupported Methods / GetPropertiesSupported(ITypeDescriptorContext) Method
Syntax Requirements SeeAlso
In This Topic
GetPropertiesSupported(ITypeDescriptorContext) Method (RegionOfInterestTypeConverter)
In This Topic
Determines whether this object supports properties.
Syntax
'Declaration

Public Overloads Overrides Function GetPropertiesSupported( _
ByVal context
A type descriptor through which additional context can be provided.
As System.ComponentModel.ITypeDescriptorContext _
) As Boolean
public override bool GetPropertiesSupported(
System.ComponentModel.ITypeDescriptorContext context
)

Parameters

context
A type descriptor through which additional context can be provided.

Return Value

True if the GetPropertiesSupported method should be called to find the properties of this object; 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