Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.55 KB

header-items-in-a-header-control.md

File metadata and controls

26 lines (17 loc) · 1.55 KB
description title ms.date helpviewer_keywords ms.assetid
Learn more about: Header Items in a Header Control
Header Items in a Header Control
11/04/2016
header controls [MFC], header items in
header items in header controls [MFC]
CHeaderCtrl class [MFC], header items in
controls [MFC], header
ac79ef1f-a671-4ab2-93e9-b1aa016a48bf

Header Items in a Header Control

You have considerable control over the appearance and behavior of the header items that make up a header control (CHeaderCtrl). Each header item can have a string, a bitmapped image, an image from an associated image list, or an application-defined 32-bit value associated with it. The string, bitmap, or image is displayed in the header item.

You can customize the appearance and contents of new items when they are created by making a call CHeaderCtrl::InsertItem or by modifying an existing item, with a call to CHeaderCtrl::GetItem and CHeaderCtrl::SetItem.

What do you want to know more about

See also

Using CHeaderCtrl