[]
        
(Showing Draft Content)

C1.Framework.ThicknessConverter.GetPropertiesSupported

GetPropertiesSupported Method

GetPropertiesSupported(ITypeDescriptorContext)

Returns whether this object supports properties.

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

An ITypeDescriptorContext that provides a format context.

Returns
Type Description
bool

Always returns true.

Overrides