Themes for WinForms | ComponentOne
C1.Win.C1Themes.4.8 Assembly / C1.Win.C1Themes.Design Namespace / C1ThemeControllerDesigner Class / PreFilterProperties Method

In This Topic
    PreFilterProperties Method
    In This Topic
    Allows a designer to add to the set of properties that it exposes through a System.ComponentModel.TypeDescriptor.
    Syntax
    'Declaration
     
    Protected Overrides Sub PreFilterProperties( _
       ByVal properties As System.Collections.IDictionary _
    ) 
    protected override void PreFilterProperties( 
       System.Collections.IDictionary properties
    )

    Parameters

    properties
    See Also