IGxSystemColors.ScrollBar

Syntax

ScrollBar: IGxColor;

Description

The ScrollBar property returns the object that contains the color of the scrollbar.

Example

Sub Main;

Var

SysColor: IGxSystemColors;

Color: IGxColor;

Begin

Color:=SysColor.ScrollBar;

End Sub Main;

After executing the example the Color variable contains the color of the scrollbar.

See also:

IGxSystemColors