| 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
)
Public Function Contains (
Key As String
) As Boolean
Dim instance As Hotspots
Dim Key As String
Dim returnValue As Boolean
returnValue = instance.Contains(Key)
public:
bool Contains(
String^ Key
)
Parameters
- Key
- Type: SystemString
The string Key value to evaluate
Return Value
Type:
BooleanTrue if the hotspot with the specified key is found , False if not found.
See Also