usPageStyle (USHORT)

      Style attributes.

      Attributes that specify the style to be used for an inserted page. You can specify one attribute from each of the following groups by using logical OR operators (|) to combine attributes.

      • Specify the following for automatic page position and size:

          BKA_AUTOPAGESIZE

            Notebook handles the positioning and sizing of the application page window specified in the BKM_SETPAGEWINDOWHWND message.
          
            Specify the following to display status area text:

            BKA_STATUSTEXTON

              Page is to be displayed with status area text. If this attribute is not specified, the application cannot associate a text string with the status area of the page being inserted.
            
              Specify one of the following if the page is to have a major or minor tab attribute:

              BKA_MAJOR

                Inserted page will have a major tab attribute.
              BKA_MINOR
                Inserted page will have a minor tab attribute.


              [Back] [Next]