Spread Windows Forms 15.0
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
    public virtual ContextMenuStrip ContextMenuStrip {get; set;}

    Property Value

    The context menu strip.
    See Also