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


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