March 2003
Intermediate to advanced
896 pages
32h 35m
English
RichTextBoxFinds
This enumeration defines a set of flags to use with the
RichTextBox.Find() method.
public enum RichTextBoxFinds { None = 0x00000000, WholeWord = 0x00000002, MatchCase = 0x00000004, NoHighlight = 0x00000008, Reverse = 0x00000010 }
System.Object
→ System.ValueType → System.Enum(System.IComparabl,
System.IFormattable,
System.IConvertible)
→ RichTextBoxFinds
RichTextBox.Find()
Read now
Unlock full access