Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / NamedStyle Class / ResetForeColor Method


In This Topic
    ResetForeColor Method (NamedStyle)
    In This Topic
    Resets the text color for the style to the default setting (not set).
    Syntax
    'Declaration
     
    
    Public Overrides Sub ResetForeColor() 
    'Usage
     
    
    Dim instance As NamedStyle
     
    instance.ResetForeColor()
    public override void ResetForeColor()
    See Also