Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FlatInterfaceRenderer Class / ButtonActiveColor Property


In This Topic
    ButtonActiveColor Property
    In This Topic
    Gets or sets the button color (add new, arrow) in active mode.
    Syntax
    'Declaration
     
    
    Public Property ButtonActiveColor As Color
    'Usage
     
    
    Dim instance As FlatInterfaceRenderer
    Dim value As Color
     
    instance.ButtonActiveColor = value
     
    value = instance.ButtonActiveColor
    public Color ButtonActiveColor {get; set;}
    See Also