DekGenius.com
[ Team LiB ] Previous Section Next Section

RichTextBoxFindsserializable, flag

System.Windows.Forms (system.windows.forms.dll)enum

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()

    [ Team LiB ] Previous Section Next Section