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


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