Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ButtonColor Property


In This Topic
    ButtonColor Property (SuperEditBase)
    In This Topic
    Gets or sets the background color of the button in the edit control.
    Syntax
    'Declaration
     
    
    Public Overridable Property ButtonColor As Color
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim value As Color
     
    instance.ButtonColor = value
     
    value = instance.ButtonColor
    public virtual Color ButtonColor {get; set;}
    See Also