Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SEditButton Class / BackColor Property


In This Topic
    BackColor Property (SEditButton)
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Overrides Property BackColor As Color
    'Usage
     
    
    Dim instance As SEditButton
    Dim value As Color
     
    instance.BackColor = value
     
    value = instance.BackColor
    public override Color BackColor {get; set;}
    See Also