Back to Devexpress

PdfViewer.IsFindDialogVisible Property

windowsforms-devexpress-dot-xtrapdfviewer-dot-pdfviewer-7847cc37.md

latest1.3 KB
Original Source

PdfViewer.IsFindDialogVisible Property

Indicates the visibility state of the Find dialog in a PDF Viewer.

Namespace : DevExpress.XtraPdfViewer

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
[Browsable(false)]
public bool IsFindDialogVisible { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsFindDialogVisible As Boolean

Property Value

TypeDescription
Boolean

true if the Find dialog is currently visible; otherwise false.

|

See Also

FindDialogVisibilityChanged

PdfViewer Class

PdfViewer Members

DevExpress.XtraPdfViewer Namespace