Spread Windows Forms 12.0 Product Documentation
SelectedForeColor Property (DateTimeDropDownPicker)


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

Property Value

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

Reference

DateTimeDropDownPicker Class
DateTimeDropDownPicker Members