TabControl.TabPageCollection(TabControl) 생성자

정의

TabControl.TabPageCollection 클래스의 새 인스턴스를 초기화합니다.

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

매개 변수

owner
TabControl

이 컬렉션이 속하는 TabControl입니다.

예외

지정된 TabControlnull입니다.

적용 대상

추가 정보