|
|
|
Copy Method, ButtonPartClass Class |
Creates an identical copy of the part.
Syntax ButtonPartClass Class (Softelvdm.Controls)
VB |
Protected Friend Overrides Function Copy() As GenericPartClass |
C# |
protected internal override GenericPartClass Copy(); |
C++ |
protected friend: virtual GenericPartClass^ Copy(); |
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