TabControl.UpdateTabSelection(Boolean) 方法

定义

对于 Visible 集合中相应的 TabPage 控件,将 TabPages 属性设置为 true

此 API 支持产品基础结构,不能在代码中直接使用。

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)

参数

uiselectedupdateFocus
Boolean

若要将焦点更改到下一个 TabPage,则为 true;否则为 false

注解

此方法可确保显示相应的 TabPage 。 如果希望选项卡控件将下一个TabPage选项卡的 属性true设置为 Visible ,请调用此方法,并将 updateFocus 设置为 true

适用于