Skip to main content
A newer version of this page is available. .

TdxPDFCustomViewer.HideFindPanel Method

Hides the displayed Find panel.

Declaration

procedure HideFindPanel;

Remarks

Call the ShowFindPanel and HideFindPanel procedures to change the Find panel’s visibility when the OptionsFindPanel.DisplayMode property is set to fpdmManual. To accomplish this, the Find command calls these procedures internally.

End-users can hide the currently visible Find panel by pressing the Esc key or clicking the panel’s Close button.

Note

Hiding the Find panel automatically hides all highlights within the loaded document if the Highlights.Visible property is set to bDefault.

See Also