Skip to content

Latest commit

 

History

History
75 lines (43 loc) · 1.96 KB

hdm-getitemdropdownrect.md

File metadata and controls

75 lines (43 loc) · 1.96 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
HDM_GETITEMDROPDOWNRECT message (Commctrl.h)
Gets the bounding rectangle of the split button for a header item with style HDF\_SPLITBUTTON. Send this message explicitly or by using the Header\_GetItemDropDownRect macro.
d7188dfb-4ffa-4641-b210-2c2ec480ca13
HDM_GETITEMDROPDOWNRECT message Windows Controls
apiref
HDM_GETITEMDROPDOWNRECT
Commctrl.h
HeaderDef
reference
05/31/2018

HDM_GETITEMDROPDOWNRECT message

Gets the bounding rectangle of the split button for a header item with style HDF_SPLITBUTTON. Send this message explicitly or by using the Header_GetItemDropDownRect macro.

Parameters

wParam [in]

The zero-based index of the header control item for which to retrieve the bounding rectangle.

lParam [in, out]

A pointer to a RECT structure that receives the bounding rectangle information. The message sender is responsible for allocating this structure. The coordinates returned in the RECT structure are expressed relative to the header control parent.

Return value

Returns TRUE if successful, or FALSE otherwise.

Remarks

The header item must have style HDF_SPLITBUTTON.

Requirements

Requirement Value
Minimum supported client
Windows Vista [desktop apps only]
Minimum supported server
Windows Server 2008 [desktop apps only]
Header
Commctrl.h

See also

About Header Controls