ComponentOne MultiSelect for WinForms
IndexOf Method (PlaceholderCollection)

C1.Win.C1Input Namespace > PlaceholderCollection Class : IndexOf Method
The character argument.
Returns the index of a character in the placeholder collection, or –1 if it does not belong to the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal placeholder As Char _
) As Integer
public int IndexOf( 
   char placeholder
)

Parameters

placeholder
The character argument.
See Also

Reference

PlaceholderCollection Class
PlaceholderCollection Members