NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBoxFinds Enumeration

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.

Members

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.

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

System.WinForms Namespace