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

プロパティ値

項目のコレクション。

適用対象