TabControl.GetControl(Int32) 메서드

정의

TabPage 지정된 위치에 있는 컨트롤을 가져옵니다.

public:
 System::Windows::Forms::Control ^ GetControl(int index);
public System.Windows.Forms.Control GetControl(int index);
member this.GetControl : int -> System.Windows.Forms.Control
Public Function GetControl (index As Integer) As Control

매개 변수

index
Int32

가져올 인 TabPage 덱스입니다.

반품

TabPage 지정된 위치에 있는 위치입니다.

예외

index 가 0보다 작거나 TabCount.

적용 대상