Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NControlBorder Class / Copy Method
The NControlBorder to copy fields from.


In This Topic
    Copy Method (NControlBorder)
    In This Topic
    Copies the fields from the specified NControlBorder object.
    Syntax
    'Declaration
     
    
    Public Sub Copy( _
       ByVal border As NControlBorder _
    ) 
    'Usage
     
    
    Dim instance As NControlBorder
    Dim border As NControlBorder
     
    instance.Copy(border)
    public void Copy( 
       NControlBorder border
    )

    Parameters

    border
    The NControlBorder to copy fields 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