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 。 如果希望选项卡控件将下一个TabPage选项卡的 属性true
设置为 Visible ,请调用此方法,并将 updateFocus
设置为 true
。