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
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.