Nevron .NET Vision
Nevron.UI Namespace / INThemeProvider Interface / CurrentTheme Property


In This Topic
    CurrentTheme Property (INThemeProvider)
    In This Topic
    Gets the current theme used by this instance. It may differ from the local value.
    Syntax
    'Declaration
     
    
    ReadOnly Property CurrentTheme As INTheme
    'Usage
     
    
    Dim instance As INThemeProvider
    Dim value As INTheme
     
    value = instance.CurrentTheme
    INTheme CurrentTheme {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also