Back to Devexpress

TdxPDFCustomViewer.HideFindPanel Method

vcl-dxpdfviewer-dot-tdxpdfcustomviewer-cb3ac46d.md

latest1.3 KB
Original Source

TdxPDFCustomViewer.HideFindPanel Method

Hides the displayed Find panel.

Declaration

delphi
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

TdxPDFCustomViewer.IsFindPanelVisible

TdxPDFCustomViewer Class

TdxPDFCustomViewer Members

dxPDFViewer Unit