Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.PdfViewer

Declaration

public override BarItem CreateContextMenuBarItem(
    BarManager barManager
)

Parameters

Name Type Description
barManager BarManager

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

Returns

Type Description
BarItem

A BarItem element.

See Also