Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NMdiChild Class / PaletteInheritance Property


In This Topic
    PaletteInheritance Property (NMdiChild)
    In This Topic
    Gets/sets a value which Palette value will be applied on a higher level Palette change.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.DescriptionAttribute("Gets/sets a value which Palette value will be applied on a higher level Palette change.")>
    Public Property PaletteInheritance As PaletteInheritance
    'Usage
     
    
    Dim instance As NMdiChild
    Dim value As PaletteInheritance
     
    instance.PaletteInheritance = value
     
    value = instance.PaletteInheritance
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Description("Gets/sets a value which Palette value will be applied on a higher level Palette change.")]
    public PaletteInheritance PaletteInheritance {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