📚 SAP Business One SDK Help

ForeColor Property
See Also 

Description

The foreground color of text or graphics in an item.

Property type

Read-write property

Syntax

Visual Basic
Public Property ForeColor() As Long

Remarks

The value is an RGB value in long representation. You can use the standard Visual Basic colors, for example, vbBlue and vbYellow.

The valid range for a normal RGB color is 0 to 16,777,215 (&HFFFFFF).

See Also