| HotspotTag Property |
Gets or sets any additional object associated with a hotspot.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Object Tag { get; set; }
Public Property Tag As Object
Get
Set
Dim instance As Hotspot
Dim value As Object
value = instance.Tag
instance.Tag = value
public:
property Object^ Tag {
Object^ get ();
void set (Object^ value);
}
Property Value
Type:
ObjectSee Also