Spread Windows Forms 12.0 Product Documentation
SelectedBorderColor Property (DropDownPicker)


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

Property Value

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

Reference

DropDownPicker Class
DropDownPicker Members