FlowDocumentReader.Find Method

Definition

Toggles the Find dialog.

public:
 void Find();
public void Find ();
member this.Find : unit -> unit
Public Sub Find ()

Remarks

Default FlowDocumentReader user interface (UI) includes a Find button that toggles the Find dialog. The following figure shows the Find dialog on a FlowDocumentReader with default UI.

Screenshot with callouts: FlowDocumentReader

The default Find dialog includes a field for entering search text, as well as buttons for Find Next, Find Previous, and Options. The following Find options are provided by default:

  • Match whole word only.

  • Match case.

  • Match diacritic.

  • Match kashida.

  • Match alef hamza.

Calling this method has no effect if the IsFindEnabled property is false.

Applies to