Bean Software Search Control Documentation   
 
 
     




UseWildCards Property


Description:
If set to true, you can use MultipleWildCard and SingleWildCard properties to replace zero or more characters in serch terms. If this property is set to False, MultipleWildCard is set to enuMultipleWildCard.None and SingleWildCard is set to enuSingleWildCard.None.

[Visual Basic .NET]

Public Property UseWildCards() As Boolean


[C#]

public Boolean UseWildCards() {get; set;}

Data type: Boolean

Default value: True

Example: Let UseWildCards is set to True. If search string is: Apple*, control will search all words that begin with Apple.