Back to Devexpress

PdfOutlinesTextSizeCommand.CreateContextMenuBarItem(BarManager) Method

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

latest1.7 KB
Original Source

PdfOutlinesTextSizeCommand.CreateContextMenuBarItem(BarManager) Method

Supports the context menu initialization for a command that changes node text size within the navigation pane of a PDF VIewer.

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

PdfOutlinesTextSizeCommand Class

PdfOutlinesTextSizeCommand Members

DevExpress.XtraPdfViewer.Commands Namespace