Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NUIManager Class / ApplyPalette Method / ApplyPalette(Control,NPalette) Method
The control to update.
The NPalette object to use.


In This Topic
    ApplyPalette(Control,NPalette) Method
    In This Topic
    Applies the specified palette starting from the specified top-level control and searching down in its child controls tree.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Sub ApplyPalette( _
       ByVal control As System.Windows.Forms.Control, _
       ByVal palette As NPalette _
    ) 
    'Usage
     
    
    Dim control As System.Windows.Forms.Control
    Dim palette As NPalette
     
    NUIManager.ApplyPalette(control, palette)
    public static void ApplyPalette( 
       System.Windows.Forms.Control control,
       NPalette palette
    )

    Parameters

    control
    The control to update.
    palette
    The NPalette object to use.
    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