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

In This Topic
    Items Property (C1EditorToolStripComboBox)
    In This Topic
    Gets a collection of the items contained in this System.Windows.Forms.ToolStripComboBox.
    Syntax
    'Declaration
     
    Public Shadows ReadOnly Property Items As System.Windows.Forms.ComboBox.ObjectCollection
    public new System.Windows.Forms.ComboBox.ObjectCollection Items {get;}
    See Also