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: 6.0.8219.1880
Syntax
public static implicit operator KeyboardScheme (
	string text
)

Parameters

text  String
The object to convert.

Return Value

KeyboardScheme
The converted object.
See Also