PdfViewer.HideFindDialog(Boolean) Method
In This Article
Hides the text search user interface, without showing the fade-out animation.
Namespace: DevExpress.XtraPdfViewer
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
#Parameters
Name | Type | Description |
---|---|---|
immediate | Boolean | true, to omit animation when hiding the text search user interface; otherwise false. |
See Also