ListBox.IntegerCollection(ListBox) 构造函数

定义

初始化 ListBox.IntegerCollection 类的新实例。

public:
 IntegerCollection(System::Windows::Forms::ListBox ^ owner);
public IntegerCollection(System.Windows.Forms.ListBox owner);
new System.Windows.Forms.ListBox.IntegerCollection : System.Windows.Forms.ListBox -> System.Windows.Forms.ListBox.IntegerCollection
Public Sub New (owner As ListBox)

参数

owner
ListBox

ListBox拥有集合的集合。

例外

.NET 5 及更高版本: ownernull

注解

如果不将其与ListBox.IntegerCollection控件关联,则无法创建类的ListBox实例。

适用于