Nevron.Examples.Framework.WinForm Namespace / NAppSettings Class / Copy Method


In This Topic
    Copy Method (NAppSettings)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub Copy( _
       ByVal f As System.Windows.Forms.Form _
    ) 
    'Usage
     
    
    Dim instance As NAppSettings
    Dim f As System.Windows.Forms.Form
     
    instance.Copy(f)
    public void Copy( 
       System.Windows.Forms.Form f
    )

    Parameters

    f
    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