inputMethod property
Gets a value that describes how text is entered.
![]() |
Syntax
HRESULT value = object.get_inputMethod(unsigned long* p);
Property values
Type: unsigned long
-
The text input method is unknown.
-
Text is entered by using a keyboard.
-
Text is pasted from the Clipboard.
-
Text is entered as part of a drag-and-drop operation.
-
Text is entered through an IME.
-
Text is selected from options in a form.
-
Text is entered by using pen and tablet device.
-
Text is entered by voice recognition software.
-
Text is entered by multiple input methods in combination.
-
Text is entered by a script operation.
See also
Show:
