Unicode Controls & Classes for VB6 - Version 4

ctlUniLinkWL.ApplyFontChanges Function

When setting a new font on the control you need to call this function in order to refresh the interface

Syntax
Public Function ApplyFontChanges ()
Parameters
Parameter Description
Remarks
Set myControl.Font = myFont 'Set new fonts


or

myControl.Font.Name = "Verdana"
myControl.ApplyFontChanges 'Now the control displays the new font on the interface