| AutoHotPopupClone Method |
Creates a new AutoHotPopup object and performs a clone on all of the properties.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public AutoHotPopup Clone()
Public Function Clone As AutoHotPopup
Dim instance As AutoHotPopup
Dim returnValue As AutoHotPopup
returnValue = instance.Clone()
public:
AutoHotPopup^ Clone()
Return Value
Type:
AutoHotPopupReference to the new AutoHotPopup object.
See Also