Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 1.28 KB

inputscope.md

File metadata and controls

28 lines (17 loc) · 1.28 KB
-api-id -api-type
T:Windows.UI.Xaml.Input.InputScope
winrt class

Windows.UI.Xaml.Input.InputScope

-description

Represents information related to the data provided by an input method.

-remarks

Note

An input method (or Input Method Editor (IME)) specifies how data, such as keyboard strokes, mouse movements, or speech dictation is recognized as input. This provides users with the ability to specify characters and symbols that are not displayed on their input devices. For example, languages that have more graphemes (a unit of text displayed as a single character) than there are keys on the keyboard.

The input scope indicates the expected input so that the XAML framework can display an appropriately formatted touch keyboard (or Soft Input Panel (SIP)). The input scope does not perform any validation, and does not prevent the user from providing any input through a hardware keyboard or otherwise.

-examples

-see-also

Windows.UI.Xaml.Input, DependencyObject, Use input scope to change the touch keyboard