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


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