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


In This Topic
    SingleBorderColor Property (DropDownCalculator)
    In This Topic
    Gets or sets color for single line border in the drop-down window.
    Syntax
    'Declaration
     
    
    Public Property SingleBorderColor As Color
    'Usage
     
    
    Dim instance As DropDownCalculator
    Dim value As Color
     
    instance.SingleBorderColor = value
     
    value = instance.SingleBorderColor
    public Color SingleBorderColor {get; set;}

    Property Value

    The default value is the System.Drawing.SystemColors.WindowFrame.
    Exceptions
    ExceptionDescription
    The value isn't valid.
    Remarks
    The System.Drawing.Color only takes effect when BorderStyle is FixedSingle.
    See Also