Prev Next
ListView_DeleteColumn info Overview GroupThe ListView_DeleteColumn macro removes a column from a list view control. You can use this macro or explicitly send the LVM_DELETECOLUMN message. BOOL ListView_DeleteColumn(
Parameters
Return ValuesReturns TRUE if successful or FALSE otherwise. See Also |