Spread Windows Forms 12.0 Product Documentation
SingleBorderColor Property (PopUpCalculatorInfo)


GrapeCity.Win.PluginInputMan Assembly > GrapeCity.Win.Spread.InputMan.CellType Namespace > PopUpCalculatorInfo Class : SingleBorderColor Property
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

Reference

PopUpCalculatorInfo Class
PopUpCalculatorInfo Members