Spread Windows Forms 12.0 Product Documentation
SingleBorderColor Property (FieldsEditorControl)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > FieldsEditorControl Class : SingleBorderColor Property
Gets or sets the color when BorderStyle is System.Windows.Forms.BorderStyle.FixedSingle.
Syntax
'Declaration
 
Public Overrides Property SingleBorderColor As Color
'Usage
 
Dim instance As FieldsEditorControl
Dim value As Color
 
instance.SingleBorderColor = value
 
value = instance.SingleBorderColor
public override Color SingleBorderColor {get; set;}

Property Value

A System.Drawing.Color value that indicates the border color when BorderStyle is System.Windows.Forms.BorderStyle.FixedSingle.
Remarks
The color only takes effect when BorderStyle is System.Windows.Forms.BorderStyle.FixedSingle.
See Also

Reference

FieldsEditorControl Class
FieldsEditorControl Members