Unicode Controls & Classes for VB6 - Version 4

ctlUniMDITabs.SelectedFont Property

Gets or sets the font used for text when displaying the selected tabulator

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