| HotspotsItem Property (String) |
The Default property of the Hotspots object, gets or sets the Hotspot with the specified name.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public Hotspot this[
string Name
] { get; set; }
Public Default Property Item (
Name As String
) As Hotspot
Get
Set
Dim instance As Hotspots
Dim Name As String
Dim value As Hotspot
value = instance(Name)
instance(Name) = value
public:
property Hotspot^ default[String^ Name] {
Hotspot^ get (String^ Name);
void set (String^ Name, Hotspot^ value);
}
Parameters
- Name
- Type: SystemString
Property Value
Type:
HotspotSee Also