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 クラスのインスタンスを作成することはできません。

適用対象