Name

RichTextBoxFinds

Synopsis

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 System.ValueType System.Enum(System.IComparabl, System.IFormattable, System.IConvertible) RichTextBoxFinds

Passed To

RichTextBox.Find()

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.