FlowDocumentReader.Find Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
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
.