Click or drag to resize

MouseScheme  Conversion (String to MouseScheme)

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

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

Parameters

text
Type: SystemString
The object to convert.

Return Value

Type: MouseScheme
The converted object.
See Also