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


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