Setting Background and Highlight Colors
- Last UpdatedOct 30, 2024
- 1 minute read
These can be set using the Background and Highlight members, either as integer color indices or as colorname text strings:
!view.Background = 'black'
!view.Background = 2
The highlight color is the color used to highlight selected items in the view. You can set it by:
!view.Highlight = 'white'
!view.Highlight = 1
Some view subtypes ignore this attribute.