Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > Colors Collection : Background Property
Background Property
Description
This property returns or sets the Background color for the report template's color tree.
Property type
Read-write property
Syntax
Visual Basic
Public Property Background As Long
Return Type
Read/write Long value.
Remarks

Note on Colors: Colors are defined by a COLORREF value. When specifying a RGB color, the COLORREF value has this hexadecimal form as a Long value:

0x00BBGGRR

where BB=blue GG=green RR=red

The maximum value for a single byte in the hexadecimal format is 0xFF (or 255 in decimal format).

See Also