Click or drag to resize

HotspotsContains Method

Determines if the collection of hotspots contains a Hotspot with the specified string Key value.

Namespace:  Deltabit.WinForms
Assembly:  Deltabit.HotImage (in Deltabit.HotImage.dll) Version: 2.1.1.0 (2.1.1)
Syntax
public bool Contains(
	string Key
)

Parameters

Key
Type: SystemString
The string Key value to evaluate

Return Value

Type: Boolean
True if the hotspot with the specified key is found , False if not found.
See Also