Contents Index Topic Contents | ||
Previous Topic: ListView_DeleteAllItems Next Topic: ListView_DeleteItem |
ListView_DeleteColumn
BOOL ListView_DeleteColumn( HWND hwnd, int iCol );Removes a column from a list view control. You can use this macro or send the LVM_DELETECOLUMN message explicitly.
- Returns TRUE if successful, or FALSE otherwise.
- hwnd
- Handle to the list view control.
- iCol
- Index of the column to delete.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.