fEmphasisMask (USHORT)

      Emphasis attribute.

      Specifies the emphasis attribute of the container record. The following states can be combined using a logical OR operator (|):

      CRA_COLLAPSED

        Specifies that a record is collapsed.
      CRA_CURSORED
        Specifies that a record will be drawn with a selection cursor.
      CRA_DISABLED
        Specifies that a record will be drawn with unavailable-state emphasis.
      CRA_DROPONABLE
        Specifies that a record can be a target for direct manipulation.
      CRA_EXPANDED
        Specifies that a record is expanded.
      CRA_FILTERED
        Specifies that a record is filtered and, therefore, hidden from view.
      CRA_INUSE
        Specifies that a record will be drawn with in-use emphasis.
      CRA_PICKED
        Specifies that the container record will be picked up as part of the drag set.
      CRA_SELECTED
        Specifies that a record will be drawn with selected-state emphasis.
      CRA_SOURCE
        Specifies that a record will be drawn with source-menu emphasis.


      [Back] [Next]