Method GetPropertiesSupported
- Namespace
- Bonsai
- Assembly
- Bonsai.Core.dll
GetPropertiesSupported(ITypeDescriptorContext)
Returns whether this object supports properties, using the specified context.
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
context
ITypeDescriptorContextAn ITypeDescriptorContext that provides a format context.
Returns
- bool
true if GetProperties(object) should be called to find the properties of this object; otherwise, false.