Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions knowledge-base/pdfviewer-disable-contextmenu.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ To disable the right-click context menu in PdfViewer for UI for WinForms, set th
this.radPdfViewer1.RadContextMenu = null;

````

In some cases, the default menu items need to be modified, and the [RadPdfViewer Context Menu]({%slug winforms/pdfviewer/ui/context-menu%}) article demonstrates how to do that.

## See Also
Expand Down