Scanner ActiveX Control

SetBackgroundColor

 

Set the background color of display area.

Public Function SetBackgroundColor(
    bgcolor As OLE_COLOR)

 

Parameter
bgcolor
the RGB color of background color.

No Return Value


Example

   

Visual Basic Syntax
Scanner1.SetBackgroundColor RGB(255,0,0)