INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- The `ListView_FindItem' macro searches for a list view item
-- with the specified characteristics. You can use this macro
-- or explicitly send the `LVM_FINDITEM' message.
-- The `ListView_GetBkColor' macro retrieves the background color
-- of a list view control. You can use this macro or explicitly send
-- the `LVM_GETBKCOLOR' message.
-- The `ListView_GetColumn' macro retrieves the attributes of a
-- list view control's column. You can use this macro or explicitly
-- send the `LVM_GETCOLUMN' message.
-- The `ListView_GetImageList' macro retrieves the handle to an
-- image list used for drawing list view items. You can use this
-- macro or explicitly send the `LVM_GETIMAGELIST' message.
-- The `ListView_GetItem' macro retrieves some or all of a list view
-- item's attributes. You can use this macro or explicitly send
-- the `LVM_GETITEM' message.
-- The `ListView_GetItemCount' macro retrieves the number of items
-- in a list view control. You can use this macro or explicitly send
-- the `LVM_GETITEMCOUNT' message.
-- The `ListView_GetNextItem' macro searches for a list view item
-- that has the specified properties and bears the specified
-- relationship to a specified item. You can use this macro or
-- explicitly send the `LVM_GETNEXTITEM' message.
-- Determine the number of selected items in a list-view control.
-- The `ListView_HitTest' macro determines which list view item,
-- if any, is at a specified position. You can use this macro or
-- explicitly send the LVM_HITTEST message.
-- The `ListView_InsertColumn' macro inserts a new column in
-- a list view control. You can use this macro or explicitly send
-- the `LVM_INSERTCOLUMN' message.
-- The `ListView_InsertItem' macro inserts a new item in a
-- list view control. You can use this macro or explicitly send
-- the `LVM_INSERTITEM' message.
-- The `ListView_SetBkColor' macro sets the background color of a
-- list view control. You can use this macro or explicitly send
-- the `LVM_SETBKCOLOR' message.
-- The `ListView_SetColumn' macro sets the attributes of a list view
-- column. You can use this macro or explicitly send the
-- `LVM_SETCOLUMN' message.
-- The `ListView_SetColumnWidth' macro changes the width of a column
-- in report or list view. You can use this macro or explicitly send
-- the `LVM_SETCOLUMNWIDTH' message.
-- The `ListView_SetImageList' macro assigns an image list
-- to a list view control. You can use this macro or explicitly send
-- the `LVM_SETIMAGELIST' message.
-- The `ListView_SetItem' macro sets some or all of a list view
-- item's attributes. You can use this macro or explicitly send
-- the `LVM_SETITEM' message.
-- The `ListView_SetItemState' macro changes the state of an item
-- in a list view control. You can use this macro or explicitly send
-- the `LVM_SETITEMSTATE' message.
-- Update a list-view item.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |