RectangleConverter::GetPropertiesSupported Method (ITypeDescriptorContext^)

 

Determines if this object supports properties. By default, this is false.

Namespace:   System.Drawing
Assembly:  System.Drawing (in System.Drawing.dll)

public:
virtual bool GetPropertiesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A ITypeDescriptorContext through which additional context can be provided.

Return Value

Type: System::Boolean

This method returns true if GetProperties should be called to find the properties of this object; otherwise, false.

.NET Framework
Available since 1.1
Return to top
Show: