Spread Windows Forms 12.0 Product Documentation
SingleBorderColor Property (DropDownEditor)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > DropDownEditor Class : SingleBorderColor Property
Gets or sets the color of the single line border.
Syntax
'Declaration
 
Public Property SingleBorderColor As Color
'Usage
 
Dim instance As DropDownEditor
Dim value As Color
 
instance.SingleBorderColor = value
 
value = instance.SingleBorderColor
public Color SingleBorderColor {get; set;}

Property Value

A System.Drawing.Color value that indicates the color of the single line border.
The default is System.Drawing.SystemColors.WindowFrame.
Exceptions
ExceptionDescription
The value is not valid.
Remarks
The color only takes effect when BorderStyle is System.Windows.Forms.BorderStyle.FixedSingle.
See Also

Reference

DropDownEditor Class
DropDownEditor Members