FindReplaceSupport Class Members
In This Topic
The following tables list the members exposed by FindReplaceSupport.
Public Properties
| Name | Description |
| MatchCase |
True if the find operation is case sensitive; otherwise, False.
|
| MatchWholeWord |
True if the find operation locates only entire words and not text that's part of a larger word.
|
| ReplacePattern |
Gets or sets replace pattern.
|
| SearchPattern |
Gets or sets search pattern.
|
| SearchUp |
Gets or sets search direction.
|
Top
Public Methods
| Name | Description |
| FindNext |
Finds the next search pattern.
|
| Replace |
Replaces current occurrence of a search pattern with replace pattern.
|
| ReplaceAll |
Replaces all occurrences of a specified search pattern with the specified replace pattern.
|
Top
See Also