Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
BOOL GetCheck( int nItem ) const;
Return Value
Nonzero if the item is selected, otherwise 0.
Parameters
nItem
The zero-based index of a list control item.
Remarks
This member function implements the behavior of the Win32 macro, , as described in the Platform SDK.
Example
See the example for CListCtrl::SetCheck.
CListCtrl Overview | Class Members | Hierarchy Chart
See Also CListCtrl::SetCheck