Table of Contents

Method GetPropertiesSupported

Namespace
Bonsai.Vision.Design
Assembly
Bonsai.Vision.Design.dll

GetPropertiesSupported(ITypeDescriptorContext)

Gets a value indicating whether this object supports properties.

public override bool GetPropertiesSupported(ITypeDescriptorContext context)

Parameters

context ITypeDescriptorContext

An ITypeDescriptorContext that provides a format context.

Returns

bool

false because GetProperties(ITypeDescriptorContext, object, Attribute[]) should not be called to find the properties of this object. This method never returns true.