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


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