TabControl::GetControl Method (Int32)
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Gets the TabPage control at the specified location.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Parameters
- index
-
Type:
System::Int32
The index of the TabPage to get.
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | index is less than 0 or greater than the TabCount. |
.NET Framework
Available since 1.1
Available since 1.1
Show: