PdfOutlinesTextSizeCommand.CreateContextMenuBarItem(BarManager) Method
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.PdfViewer
#Declaration
public override BarItem CreateContextMenuBarItem(
BarManager barManager
)
#Parameters
Name | Type | Description |
---|---|---|
bar |
Bar |
A Bar |
#Returns
Type | Description |
---|---|
Bar |
A Bar |
See Also