Nevron .NET Vision
Nevron.UI Namespace / NThemableElement Class / ShouldRegisterForThemeChange Property


In This Topic
    ShouldRegisterForThemeChange Property (NThemableElement)
    In This Topic
    Determines whether this instance should listen for a changes in the current theme.
    Syntax
    'Declaration
     
    
    Protected Overridable ReadOnly Property ShouldRegisterForThemeChange As System.Boolean
    'Usage
     
    
    Dim instance As NThemableElement
    Dim value As System.Boolean
     
    value = instance.ShouldRegisterForThemeChange
    protected virtual System.bool ShouldRegisterForThemeChange {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