notifycode (USHORT)

      Notification code.

      SPBN_UPARROW

        Tells the application that the Up Arrow was clicked on, or the Up Arrow key was pressed.
      SPBN_DOWNARROW
        Tells the application that the Down Arrow was clicked on, or the Down Arrow key was pressed.
      SPBN_SETFOCUS
        Tells the application which spin field was selected.
      SPBN_KILLFOCUS
        Tells the application when the spin field loses focus.
      SPBN_ENDSPIN
        Tells the application that the user released the select button or one of the arrow keys while spinning a button.
      SPBN_CHANGE
        Tells the application that the contents of the spin field changed.


      [Back] [Next]