Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / EnhancedInterfaceRenderer Class / RangeGroupButtonBorderColor Property


In This Topic
    RangeGroupButtonBorderColor Property (EnhancedInterfaceRenderer)
    In This Topic
    Gets or sets the color of the outline (range group) button border.
    Syntax
    'Declaration
     
    
    Public Property RangeGroupButtonBorderColor As Color
    'Usage
     
    
    Dim instance As EnhancedInterfaceRenderer
    Dim value As Color
     
    instance.RangeGroupButtonBorderColor = value
     
    value = instance.RangeGroupButtonBorderColor
    public Color RangeGroupButtonBorderColor {get; set;}

    Property Value

    Color of the outline (range group) button border.
    See Also