ComponentOne CalendarView for WinForms
C1.Win.C1Input Namespace / CustomPlaceholder Class / CustomPlaceholder Constructor / CustomPlaceholder Constructor(Char,Boolean,String,Boolean,Boolean)
The value of the Placeholder property.
The value of the Optional property.
The value of the LookupChars property.
The value of the CaseSensitive property.
The value of the Excluding property.

In This Topic
    CustomPlaceholder Constructor(Char,Boolean,String,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the CustomPlaceholder class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal placeholder As Char, _
       ByVal optionalPlace As Boolean, _
       ByVal lookupChars As String, _
       ByVal caseSensitive As Boolean, _
       ByVal excluding As Boolean _
    )

    Parameters

    placeholder
    The value of the Placeholder property.
    optionalPlace
    The value of the Optional property.
    lookupChars
    The value of the LookupChars property.
    caseSensitive
    The value of the CaseSensitive property.
    excluding
    The value of the Excluding property.
    See Also