Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / ICustomizeColor Interface / SplitBarBackgroundColor Property


In This Topic
    SplitBarBackgroundColor Property (ICustomizeColor)
    In This Topic
    Gets or sets split bar back ground color.
    Syntax
    'Declaration
     
    
    Property SplitBarBackgroundColor As Color
    'Usage
     
    
    Dim instance As ICustomizeColor
    Dim value As Color
     
    instance.SplitBarBackgroundColor = value
     
    value = instance.SplitBarBackgroundColor
    Color SplitBarBackgroundColor {get; set;}
    See Also