Bagikan melalui


TabControl.UpdateTabSelection(Boolean) Metode

Definisi

Mengatur properti ke Visibletrue untuk kontrol yang sesuai TabPage dalam TabPages koleksi.

API ini mendukung infrastruktur produk dan tidak dimaksudkan untuk digunakan langsung dari kode Anda.

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)

Parameter

uiselectedupdateFocus
Boolean

true untuk mengubah fokus ke fokus berikutnya TabPage; jika tidak, false.

Keterangan

Metode ini memastikan yang sesuai TabPage terlihat. Jika Anda ingin kontrol tab mengatur Visible properti ke true untuk berikutnya TabPage dalam urutan tab, panggil metode ini dengan updateFocus diatur ke true.

Berlaku untuk