Column-Selected-Background-Color
This property allows you to set or retrieve the background color of the selected columns when
Selection-Mode includes
grsm-column-selection. See "
Color management" for further details.
This color is always visible, even when the Grid doesn’t have the focus.
Example - Set the background color for selected columns
procedure division. ... modify screen-1-gr-1 column-selected-background-color 7 ... |