ITabView.SelectionBorderColor

Fore Syntax

SelectionBorderColor: IGxColor;

Fore.NET Syntax

SelectionBorderColor: Prognoz.Platform.Interop.Drawing.GxColor;

Description

The SelectionBorderColor property determines color of selection border.

NOTE. The table does not support setting up transparency of custom selection color.

Example

Var
    Tab: ITabSheet;
Begin
    Tab := ...;
    Tab.View.SelectionBorderColor := GxColor.FromName("Green");
    Tab.View.SelectionColor := GxColor.FromName("Red");

See also:

ITabView