Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpScrollBar Class / ForeColor Property


In This Topic
ForeColor Property (FpScrollBar)
In This Topic
Gets or sets the foreground color of the control.
Syntax
'Declaration
 
Public Overrides Property ForeColor As Color
 
'Usage
 
Dim instance As FpScrollBar
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor

Property Value

The foreground System.Drawing.Color of the control. The default is the value of the System.Windows.Forms.Control.DefaultForeColor property.
See Also