Unicode Controls & Classes for VB6 - Version 4
ucTreeView
.Font Property
Gets or sets the font used for text in the control, check the [
ApplyFontChanges
] for details
Syntax
Public Property Get Font () As StdFont
Public Property Set Font (ByVal
New_Font
As StdFont)
Parameters
Parameter
Description
ByVal
New_Font
As StdFont
The new font to use
Remarks