Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / PaletteInheritance Enumeration


In This Topic
    PaletteInheritance Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    <System.ComponentModel.EditorAttribute(Nevron.Internal.bftb, System.Drawing.Design.UITypeEditor)>
    <System.ComponentModel.TypeConverterAttribute(Nevron.UI.WinForm.Controls.NPaletteInheritanceTypeConverter)>
    Public Enum PaletteInheritance 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PaletteInheritance
    [System.ComponentModel.Editor(Nevron.Internal.bftb, System.Drawing.Design.UITypeEditor)]
    [System.ComponentModel.TypeConverter(Nevron.UI.WinForm.Controls.NPaletteInheritanceTypeConverter)]
    public enum PaletteInheritance : System.Enum 
    Members
    MemberDescription
    All 
    BlendStyle 
    ColorTable 
    None 
    UseThemes 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Nevron.UI.WinForm.Controls.PaletteInheritance

    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