Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / RangeGroupButtonBorderColor Property


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