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


In This Topic
TabForeColor Property (ITabManager)
In This Topic
Gets or sets the text color of the tab.
Syntax
'Declaration
 
Property TabForeColor As Color
 
'Usage
 
Dim instance As ITabManager
Dim value As Color
 
instance.TabForeColor = value
 
value = instance.TabForeColor
See Also