'Declaration
Public Function New( _ ByVal placeholder As Integer, _ ByVal optionalPlace As Boolean, _ ByVal lookupChars As String, _ ByVal caseSensitive As Boolean, _ ByVal excluding As Boolean _ )
public CustomPlaceholder( int placeholder, bool optionalPlace, string lookupChars, bool caseSensitive, bool excluding )
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.