RBN_CHEVRONPUSHED notification code
Sent by a rebar control when a chevron is pushed. This notification code is sent in the form of a WM_NOTIFY message.
RBN_CHEVRONPUSHED
lpnm = (NMREBARCHEVRON) lParam;
Parameters
- lParam
-
Pointer to the band's NMREBARCHEVRON structure.
Return value
The return value for this notification is not used.
Remarks
When an application receives this notification code, it is responsible for displaying a popup menu with items for each hidden tool. Use the rc member of the NMREBARCHEVRON structure to find the correct position for the popup menu.
Requirements
|
Minimum supported client |
Windows Vista [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Header |
|
Show: