Spread Windows Forms 12.0 Product Documentation
ForeColor Property (SideButtonBase)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > SideButtonBase Class : ForeColor Property
Gets or sets the foreground color.
Syntax
'Declaration
 
Public Property ForeColor As Color
'Usage
 
Dim instance As SideButtonBase
Dim value As Color
 
instance.ForeColor = value
 
value = instance.ForeColor
public Color ForeColor {get; set;}

Property Value

The color of the foreground.
See Also

Reference

SideButtonBase Class
SideButtonBase Members