Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / FieldsEditorControl Class / SingleBorderColor Property


In This Topic
    SingleBorderColor Property (FieldsEditorControl)
    In This Topic
    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