| IShapeParentHotspot Property |
Gets or sets the Parent Hotspot that owns the shape.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax Hotspot ParentHotspot { get; set; }
Property ParentHotspot As Hotspot
Get
Set
Dim instance As IShape
Dim value As Hotspot
value = instance.ParentHotspot
instance.ParentHotspot = value
property Hotspot^ ParentHotspot {
Hotspot^ get ();
void set (Hotspot^ value);
}
Property Value
Type:
HotspotSee Also