ComponentOne Input for WinForms
GetItem Method

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > PlaceholderCollection Class : GetItem Method
The character argument.
Returns the CustomPlaceholder object corresponding to the character argument, or null if it does not belong to the collection.
Syntax
'Declaration
 
Public Function GetItem( _
   ByVal placeholder As System.Char _
) As CustomPlaceholder
public CustomPlaceholder GetItem( 
   System.char placeholder
)

Parameters

placeholder
The character argument.
See Also

Reference

PlaceholderCollection Class
PlaceholderCollection Members