Contents Index Topic Contents | ||
Previous Topic: ListView_GetEditControl Next Topic: ListView_GetHeader |
ListView_GetExtendedListViewStyle
DWORD ListView_GetExtendedListViewStyle( HWND hwndLV );Retrieves the extended styles that are currently in use for a given list view control. You can use this macro or send the LVM_GETEXTENDEDLISTVIEWSTYLE message explicitly.
- Returns a DWORD value that represents the styles currently in use for a given list view control. This can be a combination of extended styles.
- hwndLV
- Handle to a list view control.
Version 4.70
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.