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

适用于

另请参阅