Creates an identical copy of the part.
Class: DropDownButtonPartClass
Namespace: Softelvdm.Controls
Assembly: Softelvdm.SftTreeNET
protected internal new GenericPartClass Copy();
Protected Friend Overrides Function Copy() As GenericPartClass
The new, copied part.
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 GenericPartClass.CopyPart method to copy all information implemented by the base GenericPartClass class.
See Also DropDownButtonPartClass Class | Classes | SftTree/NET 2.0