Struttura NMTRBTHUMBPOSCHANGING (commctrl.h)

Contiene informazioni su una notifica di modifica della barra di traccia. Questo messaggio viene inviato con la notifica di TRBN_THUMBPOSCHANGING .

Sintassi

typedef struct tagTRBTHUMBPOSCHANGING {
  NMHDR hdr;
  DWORD dwPos;
  int   nReason;
} NMTRBTHUMBPOSCHANGING;

Members

hdr

Tipo: NMHDR

Struttura NMHDR che descrive la notifica.

dwPos

Tipo: DWORD

Posizione sulla barra delle tracce.

nReason

Tipo: int

Tipo di spostamento come uno dei valori seguenti: TB_LINEUP, TB_LINEDOWN, TB_PAGEUP, TB_PAGEDOWN, TB_THUMBPOSITION, TB_THUMBTRACK, TB_TOP, TB_BOTTOM o TB_ENDTRACK.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione commctrl.h