TabControl.UpdateTabSelection(Boolean) Method

Definition

Sets the Visible property to true for the appropriate TabPage control in the TabPages collection.

This API supports the product infrastructure and is not intended to be used directly from your code.

C#
protected void UpdateTabSelection(bool uiselected);
C#
protected void UpdateTabSelection(bool updateFocus);

Parameters

uiselectedupdateFocus
Boolean

true to change focus to the next TabPage; otherwise, false.

Remarks

This method ensures the appropriate TabPage is visible. If you want the tab control to set the Visible property to true for the next TabPage in the tab order, call this method with updateFocus set to true.

Applies to

Product Versions
.NET Framework 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1
Windows Desktop 3.0, 3.1, 5, 6, 7, 8, 9, 10