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


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

    Parameters

    props
    The NProgressBarProperties object to copy 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