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 만들 수 없습니다.

적용 대상