ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Chart Assembly / GrapeCity.ActiveReports.Chart Namespace / BackdropItem Class / ContextMenu Property

In This Topic
    ContextMenu Property (BackdropItem)
    In This Topic

    Gets or sets the shortcut menu associated with the control.

    Syntax
    'Declaration
     
    Public Property ContextMenu As ContextMenuStrip
    public ContextMenuStrip ContextMenu {get; set;}
    See Also