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

适用于