SetCurSel

CurSel是一個英文縮寫,全稱是current selection,即“當前選項”的意思。

基本介紹

  • 中文名:當前選項
  • 外文名:current selection
  • 簡寫:SetCurSel
  • 領域:計算機
命令簡介,返回值,參數,說明,

命令簡介

CComboBox::SetCurSel
在此處
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

相關詞條

熱門詞條

聯絡我們