[]
Gets a value indicating whether this object supports properties using the specified context.
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Type | Name | Description |
---|---|---|
ITypeDescriptorContext | context | An ITypeDescriptorContext that provides a format context. |
Type | Description |
---|---|
bool | true because GetProperties(object) should be called to find the properties of this object. This method never returns false. |