ToolStripComboBox.Items 属性

定义

获取此 ToolStripComboBox 中包含的项的集合。

public:
 property System::Windows::Forms::ComboBox::ObjectCollection ^ Items { System::Windows::Forms::ComboBox::ObjectCollection ^ get(); };
public System.Windows.Forms.ComboBox.ObjectCollection Items { get; }
member this.Items : System.Windows.Forms.ComboBox.ObjectCollection
Public ReadOnly Property Items As ComboBox.ObjectCollection

属性值

项的集合。

适用于