ComponentOne Input for WinForms
C1.Win.C1Input.4.5.2 Assembly / C1.Win.C1Input Namespace / PlaceholderCollection Class / GetItem Method
The character argument.

In This Topic
    GetItem Method
    In This Topic
    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 Char _
    ) As CustomPlaceholder
    public CustomPlaceholder GetItem( 
       char placeholder
    )

    Parameters

    placeholder
    The character argument.
    See Also