PdfViewerCommand.CreateContextMenuBarItem(BarManager) Method
Supports the context menu initialization in a PDF Viewer.
Namespace: DevExpress.XtraPdfViewer.Commands
Assembly: DevExpress.XtraPdfViewer.v26.1.dll
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| barManager | BarManager | A BarManager that maintains the application bars and individual bar items. |
Returns
| Type | Description |
|---|---|
| BarItem | A BarItem element. |
Remarks
The following image illustrates the PDF Viewer context menu.

See Also