Click or drag to resize

KeyboardScheme  Conversion (String to KeyboardScheme)

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

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

Parameters

text
Type: SystemString
The object to convert.

Return Value

Type: KeyboardScheme
The converted object.
See Also