Spread Windows Forms 12.0 Product Documentation
OnOpeningContextMenuStrip Method (ChartShape)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace > ChartShape Class : OnOpeningContextMenuStrip Method
The ContextMenuStripEventArgs instance containing the event data.
Called when the context menu strip is opened.
Syntax
'Declaration
 
Protected Overridable Sub OnOpeningContextMenuStrip( _
   ByVal args As ContextMenuStripEventArgs _
) 
'Usage
 
Dim instance As ChartShape
Dim args As ContextMenuStripEventArgs
 
instance.OnOpeningContextMenuStrip(args)
protected virtual void OnOpeningContextMenuStrip( 
   ContextMenuStripEventArgs args
)

Parameters

args
The ContextMenuStripEventArgs instance containing the event data.
Remarks
pt is the relative location in FpSpread. It represent the bottom-right corner of the chart.
See Also

Reference

ChartShape Class
ChartShape Members