Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NPalette Class / Copy Method
The Palette to copy values from.


In This Topic
    Copy Method (NPalette)
    In This Topic
    Copies all values from the specified Palette.
    Syntax
    'Declaration
     
    
    Public Overridable Sub Copy( _
       ByVal palette As NPalette _
    ) 
    'Usage
     
    
    Dim instance As NPalette
    Dim palette As NPalette
     
    instance.Copy(palette)
    public virtual void Copy( 
       NPalette palette
    )

    Parameters

    palette
    The Palette to copy values from.
    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