ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / PlaceholderCollection Class / Add Method
The CustomPlaceholder to add.

In This Topic
    Add Method (PlaceholderCollection)
    In This Topic
    Adds a new special character to the collection.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal cph As CustomPlaceholder _
    ) 
    public void Add( 
       CustomPlaceholder cph
    )

    Parameters

    cph
    The CustomPlaceholder to add.
    See Also