LinkArea::LinkAreaConverter::GetPropertiesSupported Method (ITypeDescriptorContext^)

 
Use BaseTrue

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

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

public:
virtual bool GetPropertiesSupported(
	ITypeDescriptorContext^ context
) override

Parameters

context
Type: System.ComponentModel::ITypeDescriptorContext^

A type descriptor through which additional context may be provided.

Return Value

Type: System::Boolean

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

.NET Framework
Available since 1.1
Return to top
Show: