Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / GetChartContextMenu Method


In This Topic
    GetChartContextMenu Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Function GetChartContextMenu( _
       ByVal ChartName As String _
    ) As ContextMenuStrip
    'Usage
     
    
    Dim instance As DesignerMain
    Dim ChartName As String
    Dim value As ContextMenuStrip
     
    value = instance.GetChartContextMenu(ChartName)
    public ContextMenuStrip GetChartContextMenu( 
       string ChartName
    )

    Parameters

    ChartName
    See Also