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


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

    Property Value

    The System.Drawing.Color value that indicates the color of the single line border.
    The default value is the System.Drawing.SystemColors.WindowFrame.
    See Also