CListBox::SetTopIndex
特定のリスト ボックスの項目が表示されることを確認します。
int SetTopIndex(
int nIndex
);
パラメーター
- nIndex
リスト ボックスの項目のインデックスを指定します。
戻り値
エラーが発生した場合、または LB_ERR 成功した場合はゼロ。
解説
システムは nIndex で指定された項目がリスト ボックスの上に表示されるか、最長スクロールの範囲に到達するまでリスト ボックスをスクロールします。
使用例
// Set the first visible item in the list box to be the middle item
m_myListBox.SetTopIndex(m_myListBox.GetCount()/2);
必要条件
ヘッダー: afxwin.h