Input for WinForms | ComponentOne
C1.Framework Namespace / ThicknessConverter Class / GetPropertiesSupported Method / GetPropertiesSupported(ITypeDescriptorContext) Method
An System.ComponentModel.ITypeDescriptorContext that provides a format context.

In This Topic
    GetPropertiesSupported(ITypeDescriptorContext) Method
    In This Topic
    Returns whether this object supports properties.
    Syntax
    'Declaration
     
    
    Public Overloads Overrides Function GetPropertiesSupported( _
       ByVal context As ITypeDescriptorContext _
    ) As Boolean
    public override bool GetPropertiesSupported( 
       ITypeDescriptorContext context
    )

    Parameters

    context
    An System.ComponentModel.ITypeDescriptorContext that provides a format context.

    Return Value

    Always returns true.
    See Also