Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcCharMaskEditingControl Class / ResetBackColor Method


In This Topic
    ResetBackColor Method (GcCharMaskEditingControl)
    In This Topic
    Resets the BackColor property to its default value.
    Syntax
    'Declaration
     
    
    Public Overridable Sub ResetBackColor() 
    'Usage
     
    
    Dim instance As GcCharMaskEditingControl
     
    instance.ResetBackColor()
    public virtual void ResetBackColor()
    See Also