flRecordAttr
(
ULONG
)
Container record attributes.
This parameter can contain 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_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 willl 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]