| HotspotHyperlink Property |
Gets or sets a hyperlink for the hotpot.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public string Hyperlink { get; set; }
Public Property Hyperlink As String
Get
Set
Dim instance As Hotspot
Dim value As String
value = instance.Hyperlink
instance.Hyperlink = value
public:
property String^ Hyperlink {
String^ get ();
void set (String^ value);
}
Property Value
Type:
StringSee Also