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 가 표시되도록 합니다. 탭 컨트롤이 탭 순서에서 Visible 다음 TabPage 에 대한 속성을 로 true 설정하려면 로 설정된 를 사용하여 이 메서드를 updateFocus 호출합니다true.

적용 대상