Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SpreadChartContextMenuStrip Class / Items Property


In This Topic
    Items Property (SpreadChartContextMenuStrip)
    In This Topic
    Gets all the items that belong to a System.Windows.Forms.ToolStrip.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property Items As ToolStripItemCollection
    'Usage
     
    
    Dim instance As SpreadChartContextMenuStrip
    Dim value As ToolStripItemCollection
     
    value = instance.Items
    public override ToolStripItemCollection Items {get;}

    Property Value

    An object of type System.Windows.Forms.ToolStripItemCollection, representing all the elements contained by a System.Windows.Forms.ToolStrip.
    See Also