ActiveReports6 Assembly > DataDynamics.ActiveReports Namespace : RichTextBox.FindOptions Enumeration |
Specifies how a text search is carried out in a RichTextBox control.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
'Declaration Public Enum RichTextBox.FindOptions Inherits System.Enum
public enum RichTextBox.FindOptions : System.Enum
An application locates text in the RichTextBox control by calling the Find method of the RichTextBox control. This enumeration enables you to specify how the search is performed when the Find method is called. You can combine one or more values from this enumeration to specify more than one search option when calling the Find method.
System.Object
System.ValueType
System.Enum
DataDynamics.ActiveReports.RichTextBox.FindOptions
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2