Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / RangeGroupButtonBorderColor Property


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