ListView_GetCheckStateListView_GetCheckState*
*



Contents  *



Index  *Topic Contents
*Previous Topic: ListView_GetCallbackMask
*Next Topic: ListView_GetColumn

ListView_GetCheckState


BOOL ListView_GetCheckState(
    HWND hwndLV,
    UINT iIndex
);

Determines if an item in a list view control is selected. This should be used only for list view controls that have the LVS_EX_CHECKBOXES style.

hwndLV
Handle to a list view control.
iIndex
Index of the item for which to retrieve the check state.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.