CheckedListBox.CreateItemCollection 方法

定義

建立項目集合的新執行個體。

protected:
 override System::Windows::Forms::ListBox::ObjectCollection ^ CreateItemCollection();
protected override System.Windows.Forms.ListBox.ObjectCollection CreateItemCollection ();
override this.CreateItemCollection : unit -> System.Windows.Forms.ListBox.ObjectCollection
Protected Overrides Function CreateItemCollection () As ListBox.ObjectCollection

傳回

ListBox.ObjectCollection,代表新的項目集合。

適用於

另請參閱