ComponentOne CalendarView for WinForms
C1.Win.Calendar.Design Namespace / C1CalendarViewDesigner Class / PreFilterProperties Method
The properties for the class of the component.

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 IDictionary _
    ) 
    protected override void PreFilterProperties( 
       IDictionary properties
    )

    Parameters

    properties
    The properties for the class of the component.
    See Also