在此處CurSel是一個英文縮寫,全稱是current selection,即“當前選項”的意思。
int SetCurSel( int nSelect );
返回值
調用成功時返回選中的項的下標。如果 nSelect 大於列表中項的個數,則返回 CB_ERR 。如果 nSelect 為 -1 ,則清除當前的選擇並返回 CB_ERR 。
參數
nSelect
指定要選中的字元串的下標。如果為- 1 ,則清除當前的選擇,編輯控制項中的內容設定為空。
說明
本函式在組合框的列表框中選擇一個字元串。必要時列表框會滾動,以使該字元串在列表的可視區內 (列表是可見的時 )。編輯控制項中 的文本將相應地變為選中的字元串。此前在列表框中的選擇將不復存在。
CTabCtrl::SetCurSel
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
相關詞條
-
SetCurSel
CComboBox::SetCurSel 在此處CurSel...”的意思。 int SetCurSel( int nSelect...不復存在。 CTabCtrl::SetCurSel...
-
CListBox
的選擇可能改變。如果選擇被CListBox::SetCurSel成員函式...SetCurSel 選擇一個列表框字元串多選操作 SetSel 在多選...
一:詞條簡介 二:類成員 三:構造函式 -
CComboBox
))- SetCurSel(n)//設定第n行內容為顯示的內容。四、取得... SetCurSel(int iIndex)。通過調用int GetLBText...
基本簡介 安裝過程 操作過程 -
CMonthCalCtrl
信息SetCurSel設定月曆控制項當前選定的日期GetCurSel獲取右...
-
CTabCtrl
::SetCurSel 選擇在選項卡控制項的一個選項。CTabCtrl...
CTabCtrl CTabCtrl類成員