MESCIUS.ActiveReports.Viewer.Win Assembly / GrapeCity.ActiveReports.Viewer.Win Namespace / TocPanel Class / ContextMenu Property

In This Topic
ContextMenu Property (TocPanel)
In This Topic
Gets or sets a context menu when the user right clicks on the toc panel.
Syntax
'Declaration
 
Public Overrides NotOverridable Property ContextMenu As ContextMenuStrip
 

Property Value

The context menu assigned to the TOC panel. It is of type System.Windows.Forms.ContextMenuStrip.
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.
See Also