Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

SizeFConverter::GetPropertiesSupported Method (ITypeDescriptorContext^)

 

Returns whether the SizeF type supports properties.

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

public:
virtual bool GetPropertiesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

An ITypeDescriptorContext through which additional context can be supplied.

Return Value

Type: System::Boolean

Always returns true.

.NET Framework
Available since 2.0
Return to top
Show:
© 2017 Microsoft