BarCodeWiz Barcode ActiveX
Control
User Manual
 | Installation |
 | Quick Start |
 | Bar Code Types (Symbologies) |
 | Reference |
 | Properties |
 | Methods |
 | Events |
 | License |
|
Returns or sets the background color of BarCodeWiz.
The BackColor property is ignored if the BackStyle property setting is 0 (Transparent).
For maximum readability by bar code scanners, BackColor should be in high contrast with ForeColor.
Syntax
BarCodeWiz1.BackColor [ = color]
The settings for color are
| 
Normal RGB colors
|
Colors specified by using the Color palette or by using the RGB or QBColor functions in code.
|

System Default colors
|
Colors specified by system color constants listed in the Visual Basic (VB) object library in the Object Browser.
|
|
|