ComponentOne CalendarView for WinForms
C1.Win.C1Input.Design Namespace / C1TextBoxDesigner Class / PostFilterProperties Method
The properties for the class of the component.

In This Topic
    PostFilterProperties Method
    In This Topic
    Allows a designer to change or remove items from the set of properties that it exposes through a System.ComponentModel.TypeDescriptor.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub PostFilterProperties( _
       ByVal properties As IDictionary _
    ) 
    protected override void PostFilterProperties( 
       IDictionary properties
    )

    Parameters

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