ActiveReports 14 .NET Edition
GrapeCity.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
    public override ContextMenuStrip ContextMenu {get; set;}

    Property Value

    The context menu.
    See Also