Returns whether the SizeD type supports properties.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Overrides Function GetPropertiesSupported ( _
	context As ITypeDescriptorContext _
) As Boolean
C#
public override bool GetPropertiesSupported(
	ITypeDescriptorContext context
)
Visual C++
public:
virtual bool GetPropertiesSupported(
	ITypeDescriptorContext^ context
) override
JavaScript
function getPropertiesSupported(context);

Parameters

context
Type: System.ComponentModel..::..ITypeDescriptorContext
An ITypeDescriptorContext through which additional context can be supplied.

Return Value

Always returns true.

See Also