Nevron.UI Namespace / NUISystem Class / CopyFields Method


CopyFields Method
Syntax
'Declaration
 
Public Shared Function CopyFields( _
   ByVal from As System.Object, _
   ByVal to As System.Object _
) As System.Boolean
 
'Usage
 
Dim from As System.Object
Dim to As System.Object
Dim value As System.Boolean
 
value = NUISystem.CopyFields(from, to)

Parameters

from
to
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