TabControl.UpdateTabSelection(Boolean) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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)
参数
注解
此方法可确保相应的 TabPage 内容可见。 如果希望 Tab 控件将属性设置为 Visibletrue Tab 键顺序中的下一个 TabPage 属性,请调用此方法并 updateFocus 设置为 true。