
- 279 -
InputMethod
Sets or acquires the input method.
■ Syntax
[VB]
Public Shared Property InputMethod As EN_INPUT_METHOD
[C#]
public static EN_INPUT_METHOD InputMethod {get; set;}
■ Property
Input method
Parameter values
: As listed in EN_INPUT_METHOD
Default value
: EN_ INPUT_METHOD.NUMERIC
■ Exceptions
Name of Exception Meaning
ArgumentException The specified parameter value(s) is invalid.
[Ex.] Set the input method to alphabet entry mode.
[VB] Keys.Settings.InputMethod = Keys.Settings.EN_INPUT_METHOD.ALPHABET
[C#] Keys.Settings.InputMethod = Keys.Settings.EN_INPUT_METHOD.ALPHABET;
Kommentare zu diesen Handbüchern