windowsforms-devexpress-dot-xtrapdfviewer-6daaa2c4.md
Lists values used to specify the popup menu type available in the PDF Viewer.
Namespace : DevExpress.XtraPdfViewer
Assembly : DevExpress.XtraPdfViewer.v25.2.dll
NuGet Package : DevExpress.Win.PdfViewer
public enum PdfPopupMenuKind
Public Enum PdfPopupMenuKind
| Name | Description | Example |
|---|---|---|
PageContent |
Specifies a popup menu that can be invoked by right clicking the page content of the PDF Viewer.
|
|
| BookmarkTree |
Specifies a popup menu that can be invoked by right clicking the bookmark item in the bookmarks hierarchical tree on the Navigation pane of the PDF Viewer.
|
|
| BookmarkOptions |
Specifies a popup menu that can be invoked by clicking the Options drop-down button in the Bookmarks panel of the PDF Viewer.
|
|
| Thumbnail |
Specifies a popup menu that can be invoked by right clicking the page thumbnail on the Navigation pane of the PDF Viewer.
|
|
| ThumbnailOptions |
Specifies a popup menu that can be invoked by clicking the Options drop-down button in the Page Thumbnails panel of the PDF Viewer.
|
|
| CommentOptions |
A pop-up menu that appears when the user clicks Options on the Comments navigation pane.
|
|
| CommentSort |
A pop-up menu that appears when the user clicks Sort on the Comments navigation pane.
|
|
| CommentFilter |
A pop-up menu that appears when the user clicks Filter on the Comments navigation pane.
|
|
| Comment |
A pop-up menu that appears when the user right-clicks an annotation on the Comments navigation pane.
|
|
| CommentReview |
A pop-up menu that appears when the user right-clicks an annotation on the Comments navigation pane and selects Set Status.
|
|
The following properties accept/return PdfPopupMenuKind values:
Refer to the following article for information on how to customize pop-up menus: How to: Customize Popup Menus
See Also