共用方式為


CListCtrl::GetCheck

擷取與項目狀態影像上目前的顯示狀態。

BOOL GetCheck( 
   int nItem  
) const;

參數

  • nItem
    清單控制項項目的以零起始的索引。

傳回值

不是零,如果項目已選取,則為 0。

備註

此成員函式實作 Win32 巨集, ListView_GetCheckState的行為 Windows SDK,如中所述。

範例

CListCtrl::SetCheck。請參閱範例。

需求

Header: afxcmn.h

請參閱

參考

CListCtrl 類別

階層架構圖表

CListCtrl::SetCheck