SizeConverter::GetPropertiesSupported Method (ITypeDescriptorContext^)

 

Determines whether 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 TypeDescriptor through which additional context can be provided.

Return Value

Type: System::Boolean

true if the GetProperties method should be called to find the properties of this object.

.NET Framework
Available since 1.1
Return to top
Show: