Nevron .NET Vision
Nevron.UI Namespace / INThemableElement Interface / ComposeTheme Property


In This Topic
    ComposeTheme Property (INThemableElement)
    In This Topic
    Gets/sets a value how the current theme is aquired. If this flag is true the instance will ask its anscestors to give a valid INTheme reference.
    Syntax
    'Declaration
     
    
    Property ComposeTheme As System.Boolean
    'Usage
     
    
    Dim instance As INThemableElement
    Dim value As System.Boolean
     
    instance.ComposeTheme = value
     
    value = instance.ComposeTheme
    System.bool ComposeTheme {get; set;}
    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