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


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