Header_OrderToIndexHeader_OrderToIndex*
*Contents  *Index  *Topic Contents
*Previous Topic: Header_Layout
*Next Topic: Header_SetHotDivider

Header_OrderToIndex


int Header_OrderToIndex(
    HWND hwndHD,
    int iOrder
);

Retrieves an index value for an item based on its order in the header control. You can use this macro or send the HDM_ORDERTOINDEX message explicitly.

hwndHD
Handle to a header control.
iOrder
Order that the item appears within the header control, from left to right. The index value of the item in the far left column would be 0, the next item to the right would be 1, and so on.

Version 4.70


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.