ComponentOne Input for WinForms
Remove Method (PlaceholderCollection)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > PlaceholderCollection Class : Remove Method
The character to remove from the collection.
Removes a specific character from the collection.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal placeholder As System.Char _
) 
public void Remove( 
   System.char placeholder
)

Parameters

placeholder
The character to remove from the collection.
See Also

Reference

PlaceholderCollection Class
PlaceholderCollection Members