FEllipseTypeConverterGetPropertiesSupported Method
Return a value indicating whether the GetProperties method is supported
in the specified context.
Namespace: GeometryAssembly: Geometry (in Geometry.dll) Version: 25.2414.4032
public virtual bool GetPropertiesSupported(
ITypeDescriptorContext context
)
Public Overridable Function GetPropertiesSupported (
context As ITypeDescriptorContext
) As Boolean
No code example is currently available or this language may not be supported.
- context ITypeDescriptorContext
-
Context to check for support.
Boolean
True if the GetProperties method is supported in the specified context.
Otherwise, false.