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 이상: owner null

설명

인스턴스를 만들 수는 ListBox.IntegerCollection 클래스를 사용 하 여 연결 하지 않고는 ListBox 컨트롤입니다.

적용 대상