ComponentOne Input for WinForms
CustomPlaceholder Constructor(Int32,Boolean,String,Boolean,Boolean)

C1.Win.C1Input.4 Assembly > C1.Win.C1Input Namespace > CustomPlaceholder Class > CustomPlaceholder Constructor : CustomPlaceholder Constructor(Int32,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.
Initializes a new instance of the CustomPlaceholder class.
Syntax
'Declaration
 
Public Function New( _
   ByVal placeholder As System.Integer, _
   ByVal optionalPlace As System.Boolean, _
   ByVal lookupChars As System.String, _
   ByVal caseSensitive As System.Boolean, _
   ByVal excluding As System.Boolean _
)
public CustomPlaceholder( 
   System.int placeholder,
   System.bool optionalPlace,
   System.string lookupChars,
   System.bool caseSensitive,
   System.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.
See Also

Reference

CustomPlaceholder Class
CustomPlaceholder Members
Overload List