RectangleConverter..::..GetPropertiesSupported Method

Returns whether this object supports properties, using the specified context.

Namespace:  Squid
Assembly:  Squid.Core (in Squid.Core.dll)

Syntax


public bool GetPropertiesSupported(
	ITypeDescriptorContext context
)
Public Function GetPropertiesSupported ( _
	context As ITypeDescriptorContext _
) As Boolean
public:
bool^ GetPropertiesSupported(
	ITypeDescriptorContext^ context
)

Parameters

context
Type: ITypeDescriptorContext
An ITypeDescriptorContext that provides a format context.

Return Value

true if GetProperties(Object) should be called to find the properties of this object; otherwise, false.