Click or drag to resize

HotspotScheme  Conversion (String to HotspotScheme)

Defines an implicit conversion of a String object to a HotspotScheme object.

Namespace:  Flex.Hal.Settings
Assembly:  Flex.Hal.Ohio (in Flex.Hal.Ohio.dll) Version: 4.1.4031.1525
Syntax
public static implicit operator HotspotScheme (
	string text
)

Parameters

text
Type: SystemString
The object to convert.

Return Value

Type: HotspotScheme
The converted object.
See Also