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 のインデックス。

戻り値

Control

指定した位置にある TabPage

例外

index が 0 未満か、または TabCount を超えています。

適用対象