Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / SingleBorderColor Property


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

    Property Value

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