Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ITabManager Interface / TabFont Property


In This Topic
TabFont Property (ITabManager)
In This Topic
Gets or sets the font of the tab.
Syntax
'Declaration
 
Property TabFont As Font
 
'Usage
 
Dim instance As ITabManager
Dim value As Font
 
instance.TabFont = value
 
value = instance.TabFont
See Also