HighlightBackColor Property
Specifies the background color of a Grid row when it is selected. A grid's HighlightBackColor property applies only when the grid's HighlightStyle property is set to a value greater than 0. Read/write at design and run time.
Grid.HighlightBackColor [= nColor ]
Parameters
- nColor
Numeric data type. HighlightBackColor specifies an integer representing a single color value. Visual FoxPro derives the default color setting from the Windows operating system color setting for Selected Items. For more information about valid color values, see BackColor, ForeColor Properties.
Remarks
If HighlightStyle contains a value greater than 0, Visual FoxPro defaults to displaying HighlightBackColor as a 50% lighter gradient fill. If you override the HighlightBackColor setting, Visual FoxPro does not apply any gradient effect.
For more information, see HighlightForeColor Property.
See Also
Properties | HighlightStyle Property | AllowCellSelection Property | HighlightBackColor Property | ResetToDefault Method | DynamicBackColor, DynamicForeColor Properties | Highlight Property | HighlightRow Property | HighlightStyle Property
Applies To: Grid Control | BROWSE Command