ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / PlaceholderCollection Class / Remove Method
The character to remove from the collection.

In This Topic
    Remove Method (PlaceholderCollection)
    In This Topic
    Removes a specific character from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal placeholder As Char _
    ) 
    public void Remove( 
       char placeholder
    )

    Parameters

    placeholder
    The character to remove from the collection.
    See Also