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


In This Topic
    ApplyPalette(Control) Method
    In This Topic
    Applies the current global 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 _
    ) 
    'Usage
     
    
    Dim control As System.Windows.Forms.Control
     
    NUIManager.ApplyPalette(control)
    public static void ApplyPalette( 
       System.Windows.Forms.Control control
    )

    Parameters

    control
    The control to update.
    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