ActiveReports Developer 7
ContextMenu Property
See Also 
GrapeCity.ActiveReports.Chart.v7 Assembly > GrapeCity.ActiveReports.Chart Namespace > BackdropItem Class : ContextMenu Property

Glossary Item Box

Gets or sets the shortcut menu associated with the control.

Syntax

Visual Basic (Declaration) 
Public Property ContextMenu As System.Windows.Forms.ContextMenu
C# 
public System.Windows.Forms.ContextMenu ContextMenu {get; set;}

See Also