Construction
CHeaderCtrl | Constructs a CHeaderCtrl object. |
Create | Creates a header control and attaches it to a CHeaderCtrl object. |
Attributes
GetItemCount | Retrieves a count of the items in a header control. |
GetItem | Retrieves information about an item in a header control. |
SetItem | Sets the attributes of the specified item in a header control. |
GetImageList | Retrieves the handle of an image list used for drawing header items in a header control. |
SetImageList | Assigns an image list to a header control. |
GetItemRect | Retrieves the bounding rectangle for a given item in a header control. |
GetOrderArray | Retrieves the left-to-right order of items in a header control. |
SetOrderArray | Sets the left-to-right order of items in a header control. |
OrderToIndex | Retrieves the index value for an item based on its order in the header control. |
Operations
InsertItem | Inserts a new item into a header control. |
DeleteItem | Deletes an item from a header control. |
Layout | Retrieves the size and position of a header control within a given rectangle. |
CreateDragImage | Creates a transparent version of an item’s image within a header control. |
SetHotDivider | Changes the divider between header items to indicate a manual drag and drop of a header item. |
Overridables
DrawItem | Draws the specified item of a header control. |