Input for WinForms | ComponentOne
C1.Win.Input.Validation 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