Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / ButtonElement Class / ResetBackColor Method


In This Topic
    ResetBackColor Method (ButtonElement)
    In This Topic
    Resets the background color to its default setting.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetBackColor() 
    'Usage
     
    
    Dim instance As ButtonElement
     
    instance.ResetBackColor()
    public virtual void ResetBackColor()
    See Also