Spread Windows Forms 12.0 Product Documentation
OnOpeningContextMenuStrip Method (SpreadChart)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > SpreadChart Class : OnOpeningContextMenuStrip Method
Called when the context menu strip is opening.
Syntax
'Declaration
 
Protected Overrides Sub OnOpeningContextMenuStrip( _
   ByVal args As ContextMenuStripEventArgs _
) 
'Usage
 
Dim instance As SpreadChart
Dim args As ContextMenuStripEventArgs
 
instance.OnOpeningContextMenuStrip(args)
protected override void OnOpeningContextMenuStrip( 
   ContextMenuStripEventArgs args
)

Parameters

args
Remarks
pt is the relative location in FpSpread. It represent the bottom-right corner of the chart.
See Also

Reference

SpreadChart Class
SpreadChart Members