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


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