[]
Gets or sets the context menu for the Table of Contents (TOC) panel.
public override ContextMenuStrip ContextMenu { get; set; }
Type | Description |
---|---|
ContextMenuStrip | The context menu assigned to the TOC panel. It is of type ContextMenuStrip. |
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.