Version

CopyFrom Method (BorderDetails)

Duplicates the style properties of the specified BorderDetails object into the instance of the BorderDetails class from which this method is invoked.
Syntax
'Declaration
 
Public Sub CopyFrom( _
   ByVal source As BorderDetails _
) 
public void CopyFrom( 
   BorderDetails source
)

Parameters

source

A BorderDetails object that represents the instance to copy.

Remarks

Use the CopyFrom method to duplicate the BorderDetails object properties into the instance of the BorderDetails class from which this method is invoked.

All properties in the current instance of the BorderDetails class will be replaced by their corresponding properties in the BorderDetails specified by the source parameter.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, 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