| HotspotsRemove Method (String) |
Removes a hotspot object from the collection with the specified name object from the collection.
Namespace:
Deltabit.WinForms
Assembly:
Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax public void Remove(
string Name
)
Public Sub Remove (
Name As String
)
Dim instance As Hotspots
Dim Name As String
instance.Remove(Name)
public:
void Remove(
String^ Name
)
Parameters
- Name
- Type: SystemString
The name of the hotspot to remove from the collection.
See Also