Control.GetNextControl(Control, Boolean) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
자식 컨트롤의 탭 순서에서 앞뒤에 있는 다음 컨트롤을 검색합니다.
public:
System::Windows::Forms::Control ^ GetNextControl(System::Windows::Forms::Control ^ ctl, bool forward);
public System.Windows.Forms.Control GetNextControl (System.Windows.Forms.Control ctl, bool forward);
member this.GetNextControl : System.Windows.Forms.Control * bool -> System.Windows.Forms.Control
Public Function GetNextControl (ctl As Control, forward As Boolean) As Control
매개 변수
- forward
- Boolean
탭 순서에서 앞으로 검색하면 true
이고, 뒤로 검색하면 false
입니다.
반환
탭 순서에서 다음 Control입니다.
설명
GetNextControl 메서드는 탭 순서에 따라 달라집니다. 중첩된 컨트롤을 포함하여 폼의 모든 컨트롤을 반복하려면 이 속성을 사용합니다 Controls . 컨테이너 컨트롤의 활성 컨트롤을 얻거나 설정하려면 이 속성을 사용합니다 ActiveControl .