flRecordAttr (ULONG)

      Attributes of container records.

      Contains any or all of the following:

      CRA_COLLAPSED

        Specifies that a record is collapsed.
      CRA_CURSORED
        Specifies that a record will be drawn with a selection cursor.
      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_RECORDREADONLY
        Prevents a record from being edited directly.
      CRA_SELECTED
        Specifies that a record will be drawn with selected-state emphasis.
      CRA_TARGET
        Specifies that a record will be drawn with target emphasis.


      [Back] [Next]