[]
Represents the find options.
public class FindOptions
Name | Description |
---|---|
FindOptions() |
Name | Description |
---|---|
MatchCase | Gets or sets whether case is matched when searching. |
MatchWholeWord | Gets or sets whether to search for whole words only. |
Reverse | Gets or sets a value indicating whether this FindOptions is reverse. |