SelectionRangeConverter::GetPropertiesSupported Method (ITypeDescriptorContext^)

 

Determines whether the current object supports properties that use the specified type descriptor context.

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 ITypeDescriptorContext that provides a format context.

Return Value

Type: System::Boolean

true if GetProperties can be called to find the properties of a SelectionRange object; otherwise, false.

The default implementation always returns true.

.NET Framework
Available since 1.1
Return to top
Show: