notifycode (USHORT)

      Notify code.

      The notebook control uses these notification codes:

      BKN_HELP

        Indicates the notebook control has received a WM_HELP message.
      BKN_NEWPAGESIZE
        Indicates the dimensions of the application page window have changed.
      BKN_PAGEDELETED
        Indicates a page has been deleted from the notebook.
      BKN_PAGESELECTED
        Indicates a new page has been brought to the top of the notebook. This notification is sent after the page is turned.
      BKN_PAGESELECTEDPENDING
        Indicates a new page is about to be brought to the top of the notebook. This notification is sent before the page is actually turned.

        If the application does not want the page to be turned, it sets the ulPageIdNew field of the PAGESELECTNOTIFY structure to NULL before returning.


      [Back] [Next]