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보다 큰 경우

적용 대상