C1.Win.C1Input.4.8 Assembly / C1.Win.C1Input Namespace / PlaceholderCollection Class / IndexOf Method
The character argument.

In This Topic
IndexOf Method (PlaceholderCollection)
In This Topic
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
 

Parameters

placeholder
The character argument.
See Also