| HotspotGetChildHotImage Method |
Creates and returns a reference to a new HotImage from the resources saved for the child HotImage at design time.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public HotImage GetChildHotImage()
Public Function GetChildHotImage As HotImage
Dim instance As Hotspot
Dim returnValue As HotImage
returnValue = instance.GetChildHotImage()
public:
HotImage^ GetChildHotImage()
Return Value
Type:
HotImageA reference to the hospot's child HotImage.
See Also