PdfViewerCommand.CreateContextMenuBarItem(BarManager) Method
In This Article
Supports the context menu initialization in a PDF Viewer.
Namespace: DevExpress.XtraPdfViewer.Commands
Assembly: DevExpress.XtraPdfViewer.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
public virtual BarItem CreateContextMenuBarItem(
BarManager barManager
)
#Parameters
Name | Type | Description |
---|---|---|
bar |
Bar |
A Bar |
#Returns
Type | Description |
---|---|
Bar |
A Bar |
#Remarks
The following image illustrates the PDF Viewer context menu.
See Also