📚 SAP Business One SDK Help

BackColor Property
See Also 

Description

The background color of text or graphics in an item.

Property type

Read-write property

Syntax

Visual Basic
Public Property BackColor() 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