Unicode Controls & Classes for VB6 - Version 4

ctlUniMDITabs.Font Property

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

Syntax
Public Property Get Font () As iFont
Public Property Let Font (ByRef iFnt As iFont)
Public Property Set Font (ByRef iFnt As iFont)
Parameters
Parameter Description
ByRef iFnt As iFont The new font to use
Remarks