UIStyleColors
- Updated2025-07-21
- 1 minute(s) read
UIStyleColors
Use these constants with UIStyle.GetColor to specify which color to get.
- UIStyleColor_Background –(Value: 0) Get the background color.
- UIStyleColor_Background2 –(Value: 1) Get the second background color. Provides an alternative color that a control can use. Some controls use BackroundColor2 to fill empty space.
- UIStyleColor_Foreground –(Value: 2) Get foreground color.
- UIStyleColor_GridLine –(Value: 3) Get grid line color.
- UIStyleColor_HeaderForeground –(Value: 4) Get header foreground color.
- UIStyleColor_MatchedDelimiterBackground –(Value: 7) Get background color to highlight matching delimiters.
- UIStyleColor_SelectedBackground –(Value: 5) Get selected background color.
- UIStyleColor_SelectedForeground –(Value: 6) Get selected foreground color.