Struttura NMBCHOTITEM (commctrl.h)
Contiene informazioni sullo spostamento del mouse su un controllo pulsante.
Sintassi
typedef struct tagNMBCHOTITEM {
NMHDR hdr;
DWORD dwFlags;
} NMBCHOTITEM, *LPNMBCHOTITEM;
Members
hdr
Tipo: NMHDR
Struttura NMHDR .
dwFlags
Tipo: DWORD
Azione del mouse. Questo parametro può essere uno dei valori seguenti combinati con HICF_MOUSE.
Valore | Significato |
---|---|
|
Il mouse immette il pulsante. |
|
Il mouse lascia il pulsante. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows Vista [solo app desktop] |
Server minimo supportato | Windows Server 2003 [solo app desktop] |
Intestazione | commctrl.h |
Vedi anche
Informazioni concettuali
Riferimento