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


In This Topic
    ApplyPalette(Control,Boolean) 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, _
       ByVal updateBackColor As System.Boolean _
    ) 
    'Usage
     
    
    Dim control As System.Windows.Forms.Control
    Dim updateBackColor As System.Boolean
     
    NUIManager.ApplyPalette(control, updateBackColor)
    public static void ApplyPalette( 
       System.Windows.Forms.Control control,
       System.bool updateBackColor
    )

    Parameters

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