Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / ResetButtonColor Method


In This Topic
    ResetButtonColor Method (SuperEditBase)
    In This Topic
    Resets the background color of the buttons in the control to its default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetButtonColor() 
    'Usage
     
    
    Dim instance As SuperEditBase
     
    instance.ResetButtonColor()
    public virtual void ResetButtonColor()
    See Also