Unicode Controls & Classes for VB6 - Version 4

ctlUniListView.ForeColor Property

Gets or sets the Foreground (Text) color for the control

Syntax
Public Property Get ForeColor () As OLE_COLOR
Public Property Let ForeColor (ByVal New_Color As OLE_COLOR)
Parameters
Parameter Description
ByVal New_Color As OLE_COLOR The new foreground color
Remarks