CListBox::SetCaretIndex
포커스 사각형 다중 선택 목록 상자에서 지정 된 인덱스에 있는 항목 수를 설정합니다.
int SetCaretIndex(
int nIndex,
BOOL bScroll = TRUE
);
매개 변수
nIndex
목록 상자에서 포커스를 받을 수 있는 항목의 인덱스를 지정 합니다.bScroll
이 값이 0 이면 완전히 보일 때까지 항목을 스크롤합니다.이 값이 없는 경우는 0, 항목 스크롤 적어도 부분적으로 표시 될 때까지.
반환 값
LB_ERR 오류가 발생 합니다.
설명
항목이 표시 되지 않으면 보기에 스크롤됩니다.
예제
// Set the caret to be the middle item.
m_myListBox.SetCaretIndex(m_myListBox.GetCount()/2);
ASSERT(m_myListBox.GetCaretIndex() == m_myListBox.GetCount()/2);
요구 사항
헤더: afxwin.h