Condividi tramite


TabControl.UpdateTabSelection(Boolean) Metodo

Definizione

Imposta la Visible proprietà su true per il controllo appropriato TabPage nell'insieme TabPages .

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

protected:
 void UpdateTabSelection(bool uiselected);
protected:
 void UpdateTabSelection(bool updateFocus);
protected void UpdateTabSelection(bool uiselected);
protected void UpdateTabSelection(bool updateFocus);
member this.UpdateTabSelection : bool -> unit
member this.UpdateTabSelection : bool -> unit
Protected Sub UpdateTabSelection (uiselected As Boolean)
Protected Sub UpdateTabSelection (updateFocus As Boolean)

Parametri

uiselectedupdateFocus
Boolean

true per modificare lo stato attivo sull'oggetto successivo TabPage; in caso contrario, false.

Commenti

Questo metodo garantisce che l'oggetto appropriato TabPage sia visibile. Se si desidera che il controllo struttura a schede imposti la Visible proprietà su true per il successivo TabPage nell'ordine di tabulazioni, chiamare questo metodo con updateFocus impostato su true.

Si applica a