Spread Windows Forms 12.0 Product Documentation
ForeColor Property (ListItemInfo)


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

Property Value

A System.Drawing.Color that represents the foreground color of the ListItemInfo object.
See Also

Reference

ListItemInfo Class
ListItemInfo Members