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 } Hierarchy System.Object Passed ToRichTextBox.Find() |