Unicode Controls & Classes for VB6 - Version 4

ctlUniListBoxXP.Font Property

Gets or sets the font used for text in the control, check the [ApplyFontChanges] for details

Syntax
Public Property Get Font () As Font
Public Property Set Font (ByVal New_Font As Font)
Parameters
Parameter Description
ByVal New_Font As Font The new font to use
Remarks