Spread Windows Forms 15.0
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
    public Color SplitBoxBackgroundColor {get; set;}

    Property Value

    The color of the split box background.
    See Also