ComponentOne Input for WinForms
IndexOf Method (PlaceholderCollection)

C1.Win.C1Input.4 Assembly > 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 System.Char _
) As System.Integer
public System.int IndexOf( 
   System.char placeholder
)

Parameters

placeholder
The character argument.
See Also

Reference

PlaceholderCollection Class
PlaceholderCollection Members