ITabView.SelectionColor

Syntax

SelectionColor: IGxColor;

Description

The SelectionColor property determines a fill color of selected table cells.

Comments

When a fill color of selected table cells is determined using the GxColor.CreateRGB, GxColor.CreateARGB constructors, take into account features of use of the color transparency degree specified in description of the corresponding constructor.

To determine a border color of selected table cells, use the ITabView.SelectionBorderColor property.

Formatting parameters of selected table cells are set by default in repository settings on the Report Formatting tab or using the IDefaultBehaviour.SelectionBorderColor, IDefaultBehaviour.SelectionColor properties.

Example

The property use is given in the example for ITabView.SelectionBorderColor.

See also:

ITabView