Calendar for WinForms | ComponentOne
C1.Win.Input.Validation Namespace / PlaceholderCollection Class / PlaceholderCollection Constructor

In This Topic
    PlaceholderCollection Constructor
    In This Topic
    Initializes a new instance of the PlaceholderCollection class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal reservedChars As String _
    )
    public PlaceholderCollection( 
       string reservedChars
    )

    Parameters

    reservedChars
    See Also