[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Viewer.Win.TocPanel.ContextMenu

ContextMenu Property

ContextMenu

Gets or sets the context menu for the Table of Contents (TOC) panel.

Declaration
public override ContextMenuStrip ContextMenu { get; set; }
Property Value
Type Description
ContextMenuStrip

The context menu assigned to the TOC panel. It is of type ContextMenuStrip.

Overrides
Remarks

This property allows developers to assign a custom context menu to the TOC panel. When the user right-clicks on the TOC panel, this context menu is displayed, providing a customizable set of options that can enhance the user's interaction with the report's structure.