Contains information used in handling the RBN_CHEVRONPUSHED notification message
Global Const $tagNMREBARCHEVRON = $tagNMHDR & ";uint uBand;uint wID;int lParam;int Left;int Top;int Right;int Bottom;int lParamNM"
| $tagNMHDR | Contains information about a notification message | 
| uBand | 0-based index of the band sending the notification | 
| wID | Application-defined identifier for the band | 
| lParam | Application-defined value associated with the band | 
| Left | Specifies the x-coordinate of the upper-left corner of the rectangle | 
| Top | Specifies the y-coordinate of the upper-left corner of the rectangle | 
| Right | Specifies the x-coordinate of the lower-right corner of the rectangle | 
| Bottom | Specifies the y-coordinate of the lower-right corner of the rectangle | 
| lParamNM | An application-defined value If the $RBN_CHEVRONPUSHED notification was sent as a result of an $RB_PUSHCHEVRON message, this member contains the message's lAppValue value. Otherwise, it is set to zero.  |