Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class / PaletteInheritance Property


In This Topic
    PaletteInheritance Property (NDockManager)
    In This Topic
    Gets or sets a bitwise mask specifying local palette inheritance.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Appearance")>
    <System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)>
    <System.ComponentModel.DescriptionAttribute("Gets or sets a bitwise mask specifying local palette inheritance.")>
    Public Property PaletteInheritance As PaletteInheritance
    'Usage
     
    
    Dim instance As NDockManager
    Dim value As PaletteInheritance
     
    instance.PaletteInheritance = value
     
    value = instance.PaletteInheritance
    [System.ComponentModel.Category("Appearance")]
    [System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)]
    [System.ComponentModel.Description("Gets or sets a bitwise mask specifying local palette inheritance.")]
    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