| HotspotParent Property |
Gets or sets a parent HotImage that owns the hotspot.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public HotImage Parent { get; set; }
Public Property Parent As HotImage
Get
Set
Dim instance As Hotspot
Dim value As HotImage
value = instance.Parent
instance.Parent = value
public:
property HotImage^ Parent {
HotImage^ get ();
void set (HotImage^ value);
}
Property Value
Type:
HotImageSee Also