CComboBox::SetTopIndex
確保特定項目會顯示在下拉式方塊的清單方塊部分。
int SetTopIndex(
int nIndex
);
參數
- nIndex
指定清單方塊項目之以零起始的索引。
傳回值
零,如果成功或 CB_ERR ,如果發生錯誤。
備註
系統會移動清單方塊,直到 nIndex 指定的項目會出現在 清單方塊最上方或最大捲動範圍已經到達。
範例
// Set the first visible item in the combo box to be the middle item
m_pComboBox->SetTopIndex(m_pComboBox->GetCount() / 2);
需求
Header: afxwin.h