C1.Win.C1Input.4.8 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 _
) 
 

Parameters

placeholder
The character to remove from the collection.
See Also