Structure NMHDFILTERBTNCLICK (commctrl.h)
Spécifie ou reçoit les attributs d’un clic de bouton de filtre.
Syntaxe
typedef struct tagNMHDFILTERBTNCLICK {
NMHDR hdr;
INT iItem;
RECT rc;
} NMHDFILTERBTNCLICK, *LPNMHDFILTERBTNCLICK;
Membres
hdr
Type : NMHDR
Handle d’une structure NMHDR qui contient des informations supplémentaires.
iItem
Type : INT
Index de base zéro du contrôle auquel cette structure fait référence.
rc
Type : RECT
Pointeur vers une structure RECT qui contient le rectangle client pour le bouton de filtre.
Configuration requise
Client minimal pris en charge | Windows Vista [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | commctrl.h |