[]
        
(Showing Draft Content)

C1.Win.TreeView.Util.ImageListConverter.GetPropertiesSupported

GetPropertiesSupported Method

GetPropertiesSupported(ITypeDescriptorContext)

Gets a value indicating whether this object supports properties using the specified context.

Declaration
public override bool GetPropertiesSupported(ITypeDescriptorContext context)
Parameters
Type Name Description
ITypeDescriptorContext context

An ITypeDescriptorContext that provides a format context.

Returns
Type Description
bool

false because we don't want to expose the properties in the Property Editor

Overrides