Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / VisualStyle Class / IsThemeActive Method


In This Topic
    IsThemeActive Method
    In This Topic
    Internal use only. Determines if the theme is the active theme.
    Syntax
    'Declaration
     
    
    Public Shared Function IsThemeActive() As Boolean
    'Usage
     
    
    Dim value As Boolean
     
    value = VisualStyle.IsThemeActive()
    public static bool IsThemeActive()
    See Also