FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / RangeGroupButtonBorderColor Property


In This Topic
RangeGroupButtonBorderColor Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the color of the outline (range group) button border.
Syntax
'Declaration
 
Public Property RangeGroupButtonBorderColor As Color
 
'Usage
 
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
 
instance.RangeGroupButtonBorderColor = value
 
value = instance.RangeGroupButtonBorderColor

Property Value

Color of the outline (range group) button border.
See Also