SelectionRangeConverter::GetPropertiesSupported Method (ITypeDescriptorContext^)
.NET Framework (current version)
Determines whether the current object supports properties that use the specified type descriptor context.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- context
-
Type:
System.ComponentModel::ITypeDescriptorContext^
A ITypeDescriptorContext that provides a format context.
Return Value
Type: System::Booleantrue 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
Available since 1.1
Show: