Unicode Controls & Classes for VB6 - Version 4

clsCommonWrapper.SetBkColor Method

Sets a specified color to the given Device Context

Syntax
Public Sub SetBkColor (ByVal lHdc As Long, _
ByVal lColor As Long)
Parameters
Parameter Description
ByVal lHdc As Long The destination Device Context
ByVal lColor As Long Color to set as background color
Remarks