TabControl.GetControl(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the TabPage control at the specified location.
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
Parameters
Returns
The TabPage at the specified location.
Exceptions
index
is less than 0 or greater than the TabCount.
Applies to
Samarbeid med oss på GitHub
Du finner kilden for dette innholdet på GitHub. Der du også kan opprette og se gjennom problemer og pull-forespørsler. Hvis du vil ha mer informasjon, kan du se vår bidragsyterveiledning.