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


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