Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / StyleInfo Class / ResetBackgroundThemeColor Method


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