Editor for WinForms | ComponentOne
C1.Win.C1Editor.4.5.2 Assembly / C1.Win.C1Editor.ToolStrips Namespace / C1EditorToolStripBase Class / Items Property

In This Topic
    Items Property (C1EditorToolStripBase)
    In This Topic
    Overrides ToolStrip.Items.
    Syntax
    'Declaration
     
    Public Overrides ReadOnly Property Items As System.Windows.Forms.ToolStripItemCollection
    public override System.Windows.Forms.ToolStripItemCollection Items {get;}
    See Also