Softelvdm.Controls Class Library for Windows Controls 1.0

Copy Method, GenericPartClass Class

Softel vdm, Inc.

Creates an identical copy of the part.

Syntax      GenericPartClass Class (Softelvdm.Controls)

VB   

Protected Friend Overridable MustOverride Function Copy() As GenericPartClass

C#   

protected internal abstract GenericPartClass Copy();

C++   

protected friend: virtual GenericPartClass^ Copy() abstract;

Return Value

The new, copied part.

Comments

The Copy method creates an identical copy of the part.

Any class that derives from GenericPartClass must implement this method 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