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


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