MatchWholeWord Property (FindOptions)
In This Topic
Gets or sets a value indicating whether [match whole word].
Syntax
'Declaration
Public Property MatchWholeWord As Boolean
public bool MatchWholeWord {get; set;}
Property Value
true
if [match whole word]; otherwise,
false
.
See Also