Back to Devexpress

PdfCheckableCommand.CreateContextMenuBarItem(BarManager) Method

windowsforms-devexpress-dot-xtrapdfviewer-dot-commands-dot-pdfcheckablecommand-dot-createcontextmenubaritem-x28-devexpress-dot-xtrabars-dot-barmanager-x29.md

latest1.7 KB
Original Source

PdfCheckableCommand.CreateContextMenuBarItem(BarManager) Method

Supports the context menu initialization for commands with a fixed value of a specific setting.

Namespace : DevExpress.XtraPdfViewer.Commands

Assembly : DevExpress.XtraPdfViewer.v25.2.dll

NuGet Package : DevExpress.Win.PdfViewer

Declaration

csharp
public override BarItem CreateContextMenuBarItem(
    BarManager barManager
)
vb
Public Overrides Function CreateContextMenuBarItem(
    barManager As BarManager
) As BarItem

Parameters

NameTypeDescription
barManagerBarManager

A BarManager that maintains the application bars and individual bar items.

|

Returns

TypeDescription
BarItem

A BarItem element.

|

See Also

PdfCheckableCommand Class

PdfCheckableCommand Members

DevExpress.XtraPdfViewer.Commands Namespace