FlowDocumentReader::IsFindEnabled Property
.NET Framework (current version)
Gets or sets a value that indicates whether the Find routed command is enabled.
Assembly: PresentationFramework (in PresentationFramework.dll)
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.

When IsFindEnabled is false, the Find button does not appear on the FlowDocumentReaderUI.
Identifier field | |
Metadata properties set to true | None |
The following example shows how to set the IsFindEnabled attribute.
<FlowDocumentReader IsFindEnabled="True" IsPrintEnabled="True" MinZoom="50" MaxZoom="1000" Zoom="120" ZoomIncrement="5" > <FlowDocument> <Paragraph> Flow content... </Paragraph> </FlowDocument> </FlowDocumentReader>
The following example shows how to set the IsFindEnabled property programmatically.
.NET Framework
Available since 3.0
Available since 3.0
Show: