Contents Index Topic Contents | ||
Previous Topic: LVM_DELETEALLITEMS Next Topic: LVM_DELETEITEM |
LVM_DELETECOLUMN
LVM_DELETECOLUMN wParam = (WPARAM) (int) iCol; lParam = 0;Removes a column from a list view control. You can send this message explicitly or by using the ListView_DeleteColumn macro.
- Returns TRUE if successful, or FALSE otherwise.
- iCol
- Index of the column to delete.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.