Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / ContextMenuStrip Property


In This Topic
ContextMenuStrip Property (SpreadChart)
In This Topic
Gets or sets the context menu strip for SpreadChart.
Syntax
'Declaration
 
Public Overridable Property ContextMenuStrip As ContextMenuStrip
 
'Usage
 
Dim instance As SpreadChart
Dim value As ContextMenuStrip
 
instance.ContextMenuStrip = value
 
value = instance.ContextMenuStrip

Property Value

The context menu strip.
See Also