Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / IFpStatusBar Interface / ForeColor Property


In This Topic
ForeColor Property (IFpStatusBar)
In This Topic
Gets or sets the forecolor of the status bar.
Syntax
'Declaration
 
Property ForeColor As Color
 
'Usage
 
Dim instance As IFpStatusBar
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
See Also