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


In This Topic
ActiveRightBorderColor Property (FlatInterfaceRenderer)
In This Topic
Gets or sets the active left border color.
Syntax
'Declaration
 
Public Property ActiveRightBorderColor As Color
 
'Usage
 
Dim instance As FlatInterfaceRenderer
Dim value As Color
 
instance.ActiveRightBorderColor = value
 
value = instance.ActiveRightBorderColor
See Also