attrtype (ULONG)

      Attribute type.

      Presentation parameter attribute identity.

      PP_BACKGROUNDCOLOR or PP_BACKGROUNDCOLORINDEX

        Sets the background color of the notebook window. This color is initially set to SYSCLR_FIELDBACKGROUND.
      PP_BORDERCOLOR or PP_BORDERCOLORINDEX
        Sets the color of the notebook outline. This color is initially set to SYSCLR_WINDOWFRAME.
      PP_FOREGROUNDCOLOR or PP_FOREGROUNDCOLORINDEX
        Sets the color of text on the status line. This color is initially set to SYSCLR_WINDOWTEXT.
      PP_HILITEBACKGROUNDCOLOR or PP_HILITEBACKGROUNDCOLORINDEX
        Sets the color of the selection cursor. This color is initially set to SYSCLR_HILITEBACKGROUND.


      [Back] [Next]