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

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