CListCtrl::SetTileInfo

Sets the information for a tile of the list view control.

BOOL SetTileInfo(
   PLVTILEINFO pti 
);

Parameters

  • pti
    A pointer to an LVTILEINFO structure containing the information to be set.

Return Value

Returns TRUE on success, FALSE on failure.

Remarks

This member function emulates the functionality of the LVM_SETTILEINFO message, as described in the Windows SDK.

Requirements

Header: afxcmn.h

See Also

Reference

CListCtrl Class

Hierarchy Chart

CListCtrl::GetTileInfo

Other Resources

CListCtrl Members