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


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