Unicode Controls & Classes for VB6 - Version 4

ctlColorXP.Color Property

Gets or sets the Color property of the control (the color you need to manage by the control)

Syntax
Public Property Get Color () As OLE_COLOR
Public Property Let Color (ByVal New_Color As OLE_COLOR)
Parameters
Parameter Description
ByVal New_Color As OLE_COLOR The new color to display on the control
Remarks