CurSel是一个英文缩写,全称是current selection,即“当前选项”的意思。
命令简介
CComboBox::SetCurSel
在此处
int SetCurSel( int nSelect );
返回值
调用成功时返回选中的项的下标。如果 nSelect 大于列表中项的个数,则返回 CB_ERR 。如果 nSelect 为 -1 ,则清除当前的选择并返回 CB_ERR 。
参数
nSelect
指定要选中的字符串的下标。如果为-1 ,则清除当前的选择,编辑控件中的内容设置为空。
说明
本函数在
组合框的
列表框中选择一个字符串。必要时列表框会滚动,以使该字符串在列表的可视区内 (列表是可见的时 )。编辑控件中 的文本将相应地变为选中的字符串。此前在列表框中的选择将不复存在。
This method selects a tab in a tab control. A tab control does not send a TCN_SELCHANGING or TCN_SELCHANGE notification message when a tab is selected using this method. These notifications are sent, using WM_NOTIFY, when the user clicks or uses the keyboard to change tabs.
int SetCurSel( int nItem);ParametersnItemSpecifies the zero-based index of the item to be selected. Return Value
Zero-based index of the previously selected tab if it is successful; otherwise, it is –1.
Requirements
Windows CE versions:1.0 and later
Header file:Declared in Afxcmn.h