Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain.SpreadChartDesignerContextMenuStrip Class / OldContextMenu Property


In This Topic
    OldContextMenu Property (DesignerMain.SpreadChartDesignerContextMenuStrip)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Property OldContextMenu As ContextMenuStrip
    'Usage
     
    
    Dim instance As DesignerMain.SpreadChartDesignerContextMenuStrip
    Dim value As ContextMenuStrip
     
    instance.OldContextMenu = value
     
    value = instance.OldContextMenu
    public ContextMenuStrip OldContextMenu {get; set;}
    See Also