Specifies or receives the attributes of a filter button click
Global Const $tagNMHDFILTERBTNCLICK = $tagNMHDR & ";int Item;int Left;int Top;int Right;int Bottom"
| $tagNMHDR | Contains information about a notification message |
| Item | 0-based index of the control to which this structure refers |
| Left | X coordinate of the upper left corner of the rectangle |
| Top | Y coordinate of the upper left corner of the rectangle |
| Right | X coordinate of the lower right corner of the rectangle |
| Bottom | Y coordinate of the lower right corner of the rectangle |