Specifies how the Find method works.
[Visual Basic] Public Enum RichTextBoxFinds [C#] public enum RichTextBoxFinds [C++] public enum RichTextBoxFinds
[JScript] In JScript, you can use the enumerations in the NGWS frameworks, but you cannot define your own.
Member Name | Description |
---|---|
MatchCase | Match the case exactly. |
NoHighlight | If the text is found, do not highlight it. |
None | Find the text without any special characteristics. |
WholeWord | Match only a whole word. |
Namespace: System.WinForms
Assembly: System.WinForms.dll