Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChart Class / OnOpeningContextMenuStrip Method


In This Topic
    OnOpeningContextMenuStrip Method (SpreadChart)
    In This Topic
    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