Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / SplitBoxBackgroundColor Property


In This Topic
SplitBoxBackgroundColor Property (EnhancedInterfaceRenderer)
In This Topic
Gets or sets the color of the split box background.
Syntax
'Declaration
 
Public Property SplitBoxBackgroundColor As Color
 
'Usage
 
Dim instance As EnhancedInterfaceRenderer
Dim value As Color
 
instance.SplitBoxBackgroundColor = value
 
value = instance.SplitBoxBackgroundColor

Property Value

The color of the split box background.
See Also