Spread Windows Forms 12.0 Product Documentation
ForeColor Property (DropDownPicker)


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

Property Value

A System.Drawing.Color value indicates the foreground color of the DropDownPicker.
The default is System.Drawing.SystemColors.GrayText.
See Also

Reference

DropDownPicker Class
DropDownPicker Members