Softelvdm.Controls Class Library for Windows Controls 1.0

CopyPart Method, GenericPartClass Class

Softel vdm, Inc.

Copies information from one part to another.

Syntax      GenericPartClass Class (Softelvdm.Controls)

VB   

Protected Friend Shared Sub CopyPart( _
     ByVal oldGP As GenericPartClass, _
     ByVal newGP As GenericPartClass )

C#   

protected internal static void CopyPart(
     GenericPartClass oldGP,
     GenericPartClass newGP );

C++   

protected friend: static void CopyPart(
     GenericPartClass^ oldGP,
     GenericPartClass^ newGP );

newGP

The item being updated with information copied from oldGP.

oldGP

The source of the copied information.

Comments

The CopyPart method copies information from one part to another.

Any class that derives from GenericPartClass must implement the method Copy to copy any part specific information. Use the CopyPart method to copy all information implemented by the base GenericPartClass class.

SftTree/NET 2.0: This is used by the ItemClass.Copy and ItemClass.Move methods to create exact duplicates of all attributes of an item.

Version Information

Supported in version 1.0.
Products Table


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com