TreeView for WinForms | ComponentOne
C1.Win.TreeView.Util Namespace / ImageListConverter Class / GetPropertiesSupported Method / GetPropertiesSupported(ITypeDescriptorContext) Method
An System.ComponentModel.ITypeDescriptorContext that provides a format context.

In This Topic
    GetPropertiesSupported(ITypeDescriptorContext) Method
    In This Topic
    Gets a value indicating whether this object supports properties using the specified context.
    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

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