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