TabControl.UpdateTabSelection(Boolean) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
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.