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


In This Topic
    ComposeTheme Property (NThemableElement)
    In This Topic
    Gets/sets a value whether to ask the parent element for its theme or not.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DescriptionAttribute("Gets/sets a value whether to ask the parent element for its theme or not.")>
    Public Property ComposeTheme As System.Boolean
    'Usage
     
    
    Dim instance As NThemableElement
    Dim value As System.Boolean
     
    instance.ComposeTheme = value
     
    value = instance.ComposeTheme
    [System.ComponentModel.Description("Gets/sets a value whether to ask the parent element for its theme or not.")]
    public 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