Methods | Fields | This Package | All Packages
Defines constants that determine how a text search is carried out in a RichEdit control.
Enum
|
+--RichEditFind
package com.ms.wfc.ui
public class RichEditFind
extends Enum
Remarks
An application locates text in the RichEdit control by calling the RichEdit class' find method. This class defines the constants that you can pass to that method.
You can combine one or more of the values defined in this class using a logical OR operator.